Skip to content

Commit a4b9125

Browse files
authored
-
1 parent ef272f3 commit a4b9125

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)