File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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-restore --output $(Build.ArtifactStagingDirectory)/nupkg
92
+ - script : dotnet pack $(solution) --configuration $(buildConfiguration) --no-build --output $(Build.ArtifactStagingDirectory)/nupkg
93
93
displayName : Run dotnet pack
94
94
95
95
# Publish
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 7 .0.100 " ,
3
+ "version" : " 6 .0.402 " ,
4
4
"rollForward" : " latestFeature"
5
5
}
6
6
}
You can’t perform that action at this time.
0 commit comments