We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5777a3a commit 77b11b5Copy full SHA for 77b11b5
azure-pipelines-official.yml
@@ -7,7 +7,6 @@ variables:
7
VmImage: windows-latest # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
8
BuildConfiguration: Release
9
Packaging.EnableSBOMSigning: true
10
- ReleasePackage: true
11
OS: 'Windows'
12
13
stages:
@@ -61,8 +60,8 @@ stages:
61
60
jobs:
62
- template: templates/nuget-pack.yml
63
parameters:
64
- BuildConfiguration: $(BuildConfiguration)
+ BuildConfiguration: Release
65
VmImage: $(VmImage)
66
- ReleasePackage: $(ReleasePackage)
+ ReleasePackage: true
67
OutputPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos'
68
BlobVersion: $(BlobVersion)
0 commit comments