Skip to content

Commit 9fff6f6

Browse files
committed
TMP: Try to figure out libpng paths.
1 parent 07a2115 commit 9fff6f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/azure-pipelines-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ steps:
2222

2323
- script: |
2424
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
25+
dir /s /b "$(build.BinariesDirectory)"
2826
displayName: 'Install dependencies with nuget'
2927
3028
- ${{ if eq(parameters.installer, 'brew') }}:

0 commit comments

Comments
 (0)