File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ stages:
85
85
displayName : Restore NuGet packages
86
86
87
87
# Build
88
- - script : dotnet build $(solution) --configuration $(buildConfiguration) --no-restore -p:ContinuousIntegrationBuild=true
89
- displayName : Run dotnet build
88
+ # - script: dotnet build $(solution) --configuration $(buildConfiguration) --no-restore -p:ContinuousIntegrationBuild=true
89
+ # displayName: Run dotnet build
90
90
91
91
# Pack
92
- - script : dotnet pack $(solution) --configuration $(buildConfiguration) --no-build --output $(Build.ArtifactStagingDirectory)/nupkg
92
+ - script : dotnet pack $(solution) --configuration $(buildConfiguration) --no-restore --output $(Build.ArtifactStagingDirectory)/nupkg
93
93
displayName : Run dotnet pack
94
94
95
95
# Publish
You can’t perform that action at this time.
0 commit comments