From 58b090f5e956603ef5c7241aa27916e84beba881 Mon Sep 17 00:00:00 2001 From: Ricardo Arenas Date: Wed, 25 Sep 2019 13:47:17 -0700 Subject: [PATCH] Change dependsOn Parameter when calling post-build tempalte to react to Arcade breaking change (dotnet/corefx#41318) Commit migrated from https://github.com/dotnet/corefx/commit/78f27e44cd74b1a6eb66401099645c6871251dfc --- eng/pipelines/libraries/.azure-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/libraries/.azure-ci.yml b/eng/pipelines/libraries/.azure-ci.yml index fd02087..e8cbd857 100644 --- a/eng/pipelines/libraries/.azure-ci.yml +++ b/eng/pipelines/libraries/.azure-ci.yml @@ -93,7 +93,7 @@ stages: - template: eng\common\templates\post-build\post-build.yml parameters: - dependsOn: + validateDependsOn: - PrePublish enableSymbolValidation: false # https://github.com/dotnet/arcade/issues/2871 SDLValidationParameters: -- 2.7.4