From fc8a91ee8f03a010fd420e7f343404ceb17123f6 Mon Sep 17 00:00:00 2001 From: Matias Quaranta Date: Wed, 5 Apr 2023 15:43:12 -0700 Subject: [PATCH] with variable --- azure-pipelines-nightly.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-nightly.yml b/azure-pipelines-nightly.yml index 4f3323b373..d4f5696884 100644 --- a/azure-pipelines-nightly.yml +++ b/azure-pipelines-nightly.yml @@ -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: @@ -27,5 +29,5 @@ stages: VmImage: $(VmImage) ReleasePackage: true OutputPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos' - BlobVersion: 'nightly' + BlobVersion: $(BlobVersion) DeletePreviousContent: true \ No newline at end of file