File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ stages:
1616 vmImage : windows-latest
1717
1818 variables :
19- BuildConfiguration : Release
2019 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2120
2221 steps :
@@ -39,16 +38,15 @@ stages:
3938 - task : DotNetCoreCLI@2
4039 displayName : ' Build and pack solution Kerberos.NET.sln'
4140 inputs :
42- command : ' pack'
43- projects : Kerberos.NET.sln
44- configuration : $(BuildConfiguration)
45- verbosityPack : minimal
41+ command : ' custom'
42+ custom : ' pack'
43+ arguments : Kerberos.NET.sln -c Release --verbosity normal
4644
4745# - task: DotNetCoreCLI@2
4846# inputs:
4947# command: test
5048# projects: Tests/**/*.csproj
51- # arguments: -c $(BuildConfiguration) --no-build --no-restore --settings CodeCoverage.runsettings --collect:"XPlat Code Coverage"
49+ # arguments: -c Release --no-build --no-restore --settings CodeCoverage.runsettings --collect:"XPlat Code Coverage"
5250# displayName: Run Unit Tests
5351
5452 - task : PublishBuildArtifacts@1
You can’t perform that action at this time.
0 commit comments