Skip to content

Commit

Permalink
Ignore mono checksum bc it can fail in Azure somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Feb 2, 2024
1 parent 03b6426 commit 1081de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
# For some reason, if mono is installed, above solution restore/build fails when restoring nugets (doesn't fail when only building a project).
# Since mono is only needed for running tests in 'mono' runtimeType mode, only install mono after the restore/build.
- ${{ if eq(parameters.runtimeType, 'mono') }}:
- bash: "choco install mono --yes --no-progress --${{parameters.architecture}}"
- bash: "choco install mono --yes --no-progress --${{parameters.architecture}} --ignore-checksums"
displayName: 'Install Mono'

# 'dotnet' runtimeType means using `dotnet test`.
Expand Down

0 comments on commit 1081de9

Please sign in to comment.