Skip to content

Commit

Permalink
with variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ealsur committed Apr 5, 2023
1 parent 51a7410 commit fc8a91e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ schedules:

variables:
VmImage: windows-latest # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
BuildConfiguration: Release
BuildConfiguration: Release
Packaging.EnableSBOMSigning: true
BlobVersion: nightly

stages:
- stage:
Expand All @@ -27,5 +29,5 @@ stages:
VmImage: $(VmImage)
ReleasePackage: true
OutputPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos'
BlobVersion: 'nightly'
BlobVersion: $(BlobVersion)
DeletePreviousContent: true

0 comments on commit fc8a91e

Please sign in to comment.