Skip to content

Commit b35c9cf

Browse files
authored
Fix build configuration for release (#86)
1 parent e5cb221 commit b35c9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
displayName: 'Build'
3434
inputs:
3535
command: build
36-
arguments: --no-restore -p:FileVersionRevision=$(Build.BuildId) -p:ContinuousIntegrationBuild=true
36+
arguments: --no-restore -c release -p:FileVersionRevision=$(Build.BuildId) -p:ContinuousIntegrationBuild=true
3737
projects: 'src/dirs.proj'
3838

3939
# Authenticode sign all the DLLs with the Microsoft certificate.
@@ -82,7 +82,7 @@ steps:
8282
inputs:
8383
command: pack
8484
verbosityPack: Minimal
85-
configuration: Release
85+
configuration: release
8686
nobuild: true
8787
packDirectory: $(build.artifactStagingDirectory)
8888
packagesToPack: 'src/dirs.proj'

0 commit comments

Comments
 (0)