Skip to content

Commit

Permalink
Fix pack depends
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Sep 4, 2023
1 parent 00ba4d6 commit 788e296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/common/sign.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
stages:
- stage: nuget_signing
dependsOn: pack_net6
dependsOn: pack_net
displayName: Sign Nuget
jobs:
- template: yaml-templates/sign-artifacts/jobs/v2.yml
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/maui-release-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stages:
dependsOn: []
jobs:
- ${{ each PackPlatform in parameters.PackPlatforms }}:
- job: pack_net6_${{ PackPlatform.name }}
- job: pack_net_${{ PackPlatform.name }}
workspace:
clean: all
displayName: ${{ PackPlatform.name }}
Expand Down

0 comments on commit 788e296

Please sign in to comment.