Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/v7.0.11] Update to vPack task version 12 #17225

Merged
merged 1 commit into from May 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions tools/releaseBuild/azureDevOps/templates/vpackReleaseJob.yml
Expand Up @@ -3,6 +3,9 @@ parameters:

jobs:
- job: vpack_${{ parameters.architecture }}
variables:
- group: vPack

displayName: Build and Publish VPack - ${{ parameters.architecture }}
condition: succeeded()
pool:
Expand Down Expand Up @@ -80,10 +83,8 @@ jobs:
displayName: Capture Environment
condition: succeededOrFailed()

- task: PkgESVPack@10
- task: PkgESVPack@12
displayName: 'Package ES - VPack '
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
inputs:
sourceDirectory: '$(vpackDir)'
description: PowerShell ${{ parameters.architecture }} $(version)
Expand All @@ -94,4 +95,5 @@ jobs:
owner: tplunk
provData: false
version: '$(vpackVersion)'
vpackToken: $(vPackPat)
condition: and(succeeded(), eq(variables['Build.Reason'], 'Manual'))