We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1739ef commit 1fd2b84Copy full SHA for 1fd2b84
build/ci/job-template.yml
@@ -57,7 +57,7 @@ jobs:
57
steps:
58
# Extra MacOS step required to install OS-specific dependencies
59
- ${{ if eq(parameters.pool.name, 'Hosted macOS') }}:
60
- - 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
61
displayName: Install MacOS build dependencies
62
- ${{ if and( eq(parameters.nightlyBuild, 'true'), eq(parameters.pool.name, 'Hosted Ubuntu 1604')) }}:
63
- bash: echo "##vso[task.setvariable variable=LD_LIBRARY_PATH]$(nightlyBuildRunPath):$LD_LIBRARY_PATH"
0 commit comments