This commit is contained in:
MaksimZhukov
2020-09-11 18:02:49 +03:00
parent 962aa94f3a
commit 77330e4553
@@ -25,7 +25,7 @@ jobs:
- task: DeleteFiles@1 - task: DeleteFiles@1
displayName: Clean up self-hosted machine displayName: Clean up self-hosted machine
inputs: inputs:
SourceFolder: 'image-generation/packer/provision/log/' SourceFolder: 'images/macos/provision/log/'
RemoveSourceFolder: true RemoveSourceFolder: true
- bash: | - bash: |
@@ -50,7 +50,7 @@ jobs:
-var="xcode_install_password=$(xcode-installation-password)" \ -var="xcode_install_password=$(xcode-installation-password)" \
-color=false \ -color=false \
${{ parameters.template_path }} ${{ parameters.template_path }}
workingDirectory: 'image-generation/packer' workingDirectory: 'images/macos'
displayName: Build image displayName: Build image
- bash: | - bash: |