Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions tools/releaseBuild/azureDevOps/templates/vpackReleaseJob.yml
Original file line number Diff line number Diff line change
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'))