8000
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 07a2115 commit 9fff6f6Copy full SHA for 9fff6f6
ci/azure-pipelines-steps.yml
@@ -22,9 +22,7 @@ steps:
22
23
- script: |
24
nuget install libpng-msvc14-x64 -ExcludeVersion -OutputDirectory "$(build.BinariesDirectory)"
25
- echo ##vso[task.setvariable variable=MPLBASEDIRLIST]win32_static;$(build.BinariesDirectory)\libpng-msvc14-x64\build\native
26
- echo ##vso[task.setvariable variable=LIBDIR]%LIBDIR%;$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\lib_release
27
- echo ##vso[task.prependpath]$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\bin_release
+ dir /s /b "$(build.BinariesDirectory)"
28
displayName: 'Install dependencies with nuget'
29
30
- ${{ if eq(parameters.installer, 'brew') }}:
0 commit comments