Skip to content

Commit

Permalink
TEMPORARY: disable retries on task failures.
Browse files Browse the repository at this point in the history
We need to get the binlog for the *first* build of
`tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/*.csproj`.
Right now, it's auto-retrying, so we only capture the binlog for the
*second* build, and I need the first binlog to figure out what's
going wrong.

Temporarily disable retries.
  • Loading branch information
jonpryor committed Jan 29, 2024
1 parent 9bd77a5 commit 8dc95b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ parameters:
artifactFolder: ""
useDotNet: true
condition: succeeded()
retryCountOnTaskFailure: 1
retryCountOnTaskFailure: 0

steps:
- ${{ if eq(parameters.useDotNet, false) }}:
Expand Down

0 comments on commit 8dc95b5

Please sign in to comment.