Skip to content

Commit

Permalink
Switched no-caching better option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Oct 17, 2023
1 parent ff02b4b commit 5c8af20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-nupkg-bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ echo.
rem https://github.com/dotnet/msbuild/issues/1709
set MSBUILDDISABLENODEREUSE=1

dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 --no-cache RelaxVersioner.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 -p:RestoreNoCache=True RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -p:BOOTSTRAP=True -p:PackageVersion=3.2.10 -o artifacts RelaxVersioner.sln
2 changes: 1 addition & 1 deletion build-nupkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ echo.
rem https://github.com/dotnet/msbuild/issues/1709
set MSBUILDDISABLENODEREUSE=1

dotnet build -p:Configuration=Release -p:Platform="Any CPU" --no-cache RelaxVersioner.sln
dotnet build -p:Configuration=Release -p:Platform="Any CPU" -p:RestoreNoCache=True RelaxVersioner.sln
dotnet pack -p:Configuration=Release -p:Platform="Any CPU" -o artifacts RelaxVersioner.sln

0 comments on commit 5c8af20

Please sign in to comment.