Skip to content

Commit 77b11b5

Browse files
authored
Release 3.36.0: Fixes pipeline by removing ReleasePackage variable (#4130) (#4131)
* remove release variable * revert build config variable change also
1 parent 5777a3a commit 77b11b5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines-official.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ variables:
77
VmImage: windows-latest # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
88
BuildConfiguration: Release
99
Packaging.EnableSBOMSigning: true
10-
ReleasePackage: true
1110
OS: 'Windows'
1211

1312
stages:
@@ -61,8 +60,8 @@ stages:
6160
jobs:
6261
- template: templates/nuget-pack.yml
6362
parameters:
64-
BuildConfiguration: $(BuildConfiguration)
63+
BuildConfiguration: Release
6564
VmImage: $(VmImage)
66-
ReleasePackage: $(ReleasePackage)
65+
ReleasePackage: true
6766
OutputPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos'
6867
BlobVersion: $(BlobVersion)

0 commit comments

Comments
 (0)