Skip to content

Commit

Permalink
[ci] Fix nuget push job dependency (#12560)
Browse files Browse the repository at this point in the history
Commit c272040 started pushing both nupkgs and msis to the dotnet6 feed,
however the job dependency was not updated.  Since the "Push NuGets" job
consumes packages created by the "Convert NuGet to MSI" job, it must
depend on it.
  • Loading branch information
pjcollins committed Aug 26, 2021
1 parent 58ae71b commit cf491b0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@ stages:
# Check - "xamarin-macios (Prepare Release Push NuGets)"
- job: push_signed_nugets
displayName: Push NuGets
dependsOn: signing
dependsOn: nuget_convert
variables:
skipNugetSecurityAnalysis: true
pool:
Expand Down

1 comment on commit cf491b0

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent
[ci] Fix nuget push job dependency (#12560)

Please sign in to comment.