We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be5f42 commit af7f609Copy full SHA for af7f609
build/ci/job-template.yml
@@ -63,7 +63,7 @@ jobs:
63
continueOnError: true
64
# Extra MacOS step required to install OS-specific dependencies
65
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
66
- - script: brew update && brew link --overwrite [email protected] && brew install mono-libgdiplus && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
+ - script: brew update && brew install mono-libgdiplus && brew link --overwrite [email protected] && brew install $(Build.SourcesDirectory)/build/libomp.rb && brew link libomp --force
67
displayName: Install MacOS build dependencies
68
- ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.name, 'Hosted Ubuntu 1604')) }}:
69
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"
0 commit comments