File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Open diff view settings
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ steps:
2222
2323 - script : |
2424 nuget install libpng-msvc14-x64 -ExcludeVersion -OutputDirectory "$(build.BinariesDirectory)"
25- echo ##vso[task.setvariable variable=CL]/I$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\include
26- echo ##vso[task.setvariable variable=LINK]/LIBPATH:$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\lib_release
27- echo ##vso[task.prependpath]$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\bin_release
2825 nuget install zlib-msvc14-x64 -ExcludeVersion -OutputDirectory "$(build.BinariesDirectory)"
29- echo ##vso[task.setvariable variable=CL]/I$(build.BinariesDirectory)\zlib-msvc14-x64\build\native\include
30- echo ##vso[task.setvariable variable=LINK]/LIBPATH:$(build.BinariesDirectory)\zlib-msvc14-x64\build\native\lib_release
26+ echo ##vso[task.prependpath]$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\bin_release
3127 echo ##vso[task.prependpath]$(build.BinariesDirectory)\zlib-msvc14-x64\build\native\bin_release
28+ echo ##vso[task.setvariable variable=CL]/I$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\include:/I$(build.BinariesDirectory)\zlib-msvc14-x64\build\native\include
29+ echo ##vso[task.setvariable variable=LINK]/LIBPATH:$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\lib_release:$(build.BinariesDirectory)\zlib-msvc14-x64\build\native\lib_release
30+
3231 displayName: 'Install dependencies with nuget'
3332
3433 - ${{ if eq(parameters.installer, 'brew') }} :
You can’t perform that action at this time.
0 commit comments