Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbe3359

Browse files
committed
CI: try a different way of combining options
Did a better job of reading the Visual Studio docs today.
1 parent 24d5021 commit cbe3359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/azure-pipelines-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ steps:
2525
nuget install zlib-msvc14-x64 -ExcludeVersion -OutputDirectory "$(build.BinariesDirectory)"
2626
echo ##vso[task.prependpath]$(build.BinariesDirectory)\libpng-msvc14-x64\build\native\bin_release
2727
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
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 /LIBPATH:$(build.BinariesDirectory)\zlib-msvc14-x64\build\native\lib_release
3030
3131
displayName: 'Install dependencies with nuget'
3232

0 commit comments

Comments
 (0)