We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b91924 commit c562591Copy full SHA for c562591
eng/common/native/install-dependencies.sh
100644
100755
eng/pipelines/templates/jobs/vmr-build.yml
@@ -300,7 +300,7 @@ jobs:
300
- ${{ else }}:
301
- ${{ if eq(parameters.targetOS, 'osx') }}:
302
- script: |
303
- $(sourcesPath)/src/runtime/eng/install-native-dependencies.sh osx
+ $(sourcesPath)/eng/common/native/install-dependencies.sh osx
304
displayName: Install dependencies
305
- ${{ if eq(parameters.buildSourceOnly, 'true') }}:
306
0 commit comments