Allow dirty build on retry

This commit is contained in:
Andrew Kahr 2023-11-07 23:02:01 -08:00
parent ae9158cfc6
commit c0465c8999

View File

@ -112,6 +112,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
providerStrategy: ${{ matrix.providerStrategy }}
allowDirtyBuild: true
- name: Sleep for Retry
if: ${{ steps.build-2.outcome == 'failure' }}
@ -131,6 +132,7 @@ jobs:
targetPlatform: ${{ matrix.targetPlatform }}
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
providerStrategy: ${{ matrix.providerStrategy }}
allowDirtyBuild: true
###########################
# Upload #