-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dev' into issue/OSOE-935
# Conflicts: # Lombiq.NodeJs.Extensions.Samples.NuGet/Lombiq.NodeJs.Extensions.Samples.NuGet.csproj
- Loading branch information
Showing
4 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,14 @@ | |
|
||
<!-- Try to enable pnpm via corepack, which is part of Node.js v16.9 and above. --> | ||
<Target Name="EnablePnpm"> | ||
<!-- Enable the latest version of pnpm@8 using an explicit version number, to avoid any surprise updates. --> | ||
<!-- Enable the latest version of pnpm included in the LTS version of Node.js using an explicit version number, to | ||
avoid any surprise updates. --> | ||
<!-- The hash for the PNPM version is only a workaround for https://github.com/nodejs/corepack/issues/612. It can be | ||
retrieved with `npm view [email protected]`. --> | ||
<!-- Retry to work around sporadic errors when this is run by multiple threads at the same time. --> | ||
<MSBuild | ||
Projects="$(RetryCommand)" | ||
Properties="Command=corepack enable && corepack prepare pnpm@8.14.3 --activate && echo PNPM activated via corepack;NxVerbosity=$(NxVerbosity);WorkingDirectory=$(WorkingDirectory)" /> | ||
Properties="Command=corepack enable && corepack prepare pnpm@8.15.9+sha1.aa4bc353b5f59fe1f1df5d802ce049ddf7f3c60e --activate && echo PNPM activated via corepack;NxVerbosity=$(NxVerbosity);WorkingDirectory=$(WorkingDirectory)" /> | ||
</Target> | ||
|
||
<!-- Adding Node.js Extensions as an npm package to the consuming project in order to be able to run the build, clean, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters