From 7ce9535134603fdbd2ce2a67e7b46957740b9616 Mon Sep 17 00:00:00 2001 From: Manuel de la Pena Date: Mon, 8 Jul 2024 17:03:58 -0400 Subject: [PATCH] [CI] We must pass the signing too in order to be able to push nugets. --- tools/devops/automation/templates/release/vs-insertion-prep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devops/automation/templates/release/vs-insertion-prep.yml b/tools/devops/automation/templates/release/vs-insertion-prep.yml index 9f136f23372c..27eb03102bcf 100644 --- a/tools/devops/automation/templates/release/vs-insertion-prep.yml +++ b/tools/devops/automation/templates/release/vs-insertion-prep.yml @@ -109,7 +109,7 @@ stages: # Check - "xamarin-macios (Prepare Release Push NuGets)" - job: push_signed_nugets displayName: Push NuGets - dependsOn: nuget_convert + dependsOn: [signing, nuget_convert] condition: "ne(stageDependencies.configure_build.configure.outputs['configure_platforms.ENABLE_DOTNET'],'')" variables: - name: skipNugetSecurityAnalysis