|
@@ -30,6 +30,8 @@ jobs:
|
|
choco install --no-progress nsis.portable --version 3.02 -y
|
|
choco install --no-progress nsis.portable --version 3.02 -y
|
|
choco install --no-progress curl wget 7zip.portable -y
|
|
choco install --no-progress curl wget 7zip.portable -y
|
|
displayName: Install dependencies
|
|
displayName: Install dependencies
|
|
|
|
+ - powershell: Write-Host "##vso[task.prependpath]C:\ProgramData\chocolatey\bin"
|
|
|
|
+ displayName: Prepend Chocolatey path
|
|
- template: install-neko-snapshot.yaml
|
|
- template: install-neko-snapshot.yaml
|
|
parameters:
|
|
parameters:
|
|
${{ if eq(parameters.arch, '64') }}:
|
|
${{ if eq(parameters.arch, '64') }}:
|