From 7574e73c9c826a7971f87263140f0e4d3c349232 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Mon, 6 Jun 2022 11:07:32 -0700 Subject: [PATCH] Tab vcpkg publishing condition in to apply to the task (#3709) --- eng/pipelines/templates/steps/vcpkg-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/steps/vcpkg-publish.yml b/eng/pipelines/templates/steps/vcpkg-publish.yml index dbf9f7cca..e732f5ade 100644 --- a/eng/pipelines/templates/steps/vcpkg-publish.yml +++ b/eng/pipelines/templates/steps/vcpkg-publish.yml @@ -46,7 +46,7 @@ steps: -GitCommitParameters '-c user.name="azure-sdk" -c user.email="azuresdk@microsoft.com"' -DailyRelease:$${{ parameters.DailyRelease }} workingDirectory: ${{ parameters.Workspace }}/vcpkg - condition: and(succeeded(), eq(variables['PublishToVcpkg'], 'true')) + condition: and(succeeded(), eq(variables['PublishToVcpkg'], 'true')) displayName: Update vcpkg port ${{ parameters.DisplayNameExtension }} # On package release vcpkg beta should always be updated