We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cb221 commit b35c9cfCopy full SHA for b35c9cf
azure-pipelines-release.yml
@@ -33,7 +33,7 @@ steps:
33
displayName: 'Build'
34
inputs:
35
command: build
36
- arguments: --no-restore -p:FileVersionRevision=$(Build.BuildId) -p:ContinuousIntegrationBuild=true
+ arguments: --no-restore -c release -p:FileVersionRevision=$(Build.BuildId) -p:ContinuousIntegrationBuild=true
37
projects: 'src/dirs.proj'
38
39
# Authenticode sign all the DLLs with the Microsoft certificate.
@@ -82,7 +82,7 @@ steps:
82
83
command: pack
84
verbosityPack: Minimal
85
- configuration: Release
+ configuration: release
86
nobuild: true
87
packDirectory: $(build.artifactStagingDirectory)
88
packagesToPack: 'src/dirs.proj'
0 commit comments