mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-26 19:34:22 +08:00
Update to vPack task version to 12 (#16250)
This commit is contained in:
parent
d74c6bfb7b
commit
3ecf4b3a1d
@ -3,6 +3,9 @@ parameters:
|
||||
|
||||
jobs:
|
||||
- job: vpack_${{ parameters.architecture }}
|
||||
variables:
|
||||
- group: vPack
|
||||
|
||||
displayName: Build and Publish VPack - ${{ parameters.architecture }}
|
||||
condition: succeeded()
|
||||
pool: PowerShell1ES
|
||||
@ -71,10 +74,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)
|
||||
@ -85,4 +86,5 @@ jobs:
|
||||
owner: tplunk
|
||||
provData: false
|
||||
version: '$(vpackVersion)'
|
||||
vpackToken: $(vPackPat)
|
||||
condition: and(succeeded(), eq(variables['Build.Reason'], 'Manual'))
|
||||
|
Loading…
Reference in New Issue
Block a user