File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3939 run : dotnet restore $SOLUTION
4040
4141 - name : Build
42- run : dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
42+ run : dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore -p:GeneratePackageOnBuild=false
4343
4444 - name : Run tests
4545 run : dotnet test --configuration $BUILD_CONFIG --no-restore --no-build --verbosity normal
Original file line number Diff line number Diff line change 2121 - name : Restore, Build, and Pack
2222 run : |
2323 dotnet restore *.sln
24- dotnet build *.sln --configuration Release --no-restore -p:ContinuousIntegrationBuild=true
24+ dotnet build *.sln --configuration Release --no-restore -p:ContinuousIntegrationBuild=true -p:GeneratePackageOnBuild=false
2525 dotnet pack *.sln --configuration Release --no-build --output ./artifacts -p:ContinuousIntegrationBuild=true
2626
2727 - name : Publish to NuGet
You can’t perform that action at this time.
0 commit comments