Skip to content

Commit

Permalink
Add token to PkgESVPack (#7591)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahone committed Aug 15, 2022
1 parent b692263 commit 7d101d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/AzurePipelinesTemplates/MUX-PushCBSVpack-Job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
# Push the VPacks:
- task: PkgESVPack@12
displayName: 'Push VPack Microsoft.UI.Xaml'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(System.ArtifactsDirectory)\drop\Release\WinUIVpack'
githubToken: $(WinUI2GitHubToken)
Expand All @@ -63,6 +65,8 @@ jobs:
version: $(vpackversion)
- task: PkgESVPack@12
displayName: 'Push VPack MicrosoftUIXamlInbox_x64'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(System.ArtifactsDirectory)\drop\Release\CBS\x64'
githubToken: $(WinUI2GitHubToken)
Expand All @@ -71,6 +75,8 @@ jobs:
version: $(vpackversion)
- task: PkgESVPack@12
displayName: 'Push VPack MicrosoftUIXamlInbox_x86'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(System.ArtifactsDirectory)\drop\Release\CBS\x86'
githubToken: $(WinUI2GitHubToken)
Expand All @@ -79,6 +85,8 @@ jobs:
version: $(vpackversion)
- task: PkgESVPack@12
displayName: 'Push VPack MicrosoftUIXamlInbox_arm'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(System.ArtifactsDirectory)\drop\Release\CBS\arm'
githubToken: $(WinUI2GitHubToken)
Expand All @@ -87,6 +95,8 @@ jobs:
version: $(vpackversion)
- task: PkgESVPack@12
displayName: 'Push VPack MicrosoftUIXamlInbox_arm64'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(System.ArtifactsDirectory)\drop\Release\CBS\arm64'
githubToken: $(WinUI2GitHubToken)
Expand All @@ -95,6 +105,8 @@ jobs:
version: $(vpackversion)
- task: PkgESVPack@12
displayName: 'Push VPack MicrosoftUIXamlInboxWinmd'
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(System.ArtifactsDirectory)\drop\Release\CBS\winmd'
githubToken: $(WinUI2GitHubToken)
Expand Down

0 comments on commit 7d101d3

Please sign in to comment.