File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,12 @@ steps:
22
22
23
23
- script : |
24
24
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
28
25
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
31
27
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
+
32
31
displayName: 'Install dependencies with nuget'
33
32
34
33
- ${{ if eq(parameters.installer, 'brew') }} :
You can’t perform that action at this time.
0 commit comments