@@ -725,15 +725,15 @@ stages:
725
725
- task : CMake@1
726
726
inputs :
727
727
cmakeArgs :
728
- -B $(Agent.BuildDirectory)/curl-7.77 .0
728
+ -B $(Agent.BuildDirectory)/curl-8.4 .0
729
729
-D BUILD_SHARED_LIBS=NO
730
730
-D CMAKE_BUILD_TYPE=Release
731
731
-D CMAKE_C_COMPILER=cl
732
732
-D CMAKE_C_FLAGS="/GS- /Oy /Gw /Gy"
733
733
-D CMAKE_CXX_COMPILER=cl
734
734
-D CMAKE_CXX_FLGS="/GS- /Oy /Gw /Gy"
735
735
-D CMAKE_MT=mt
736
- -D CMAKE_INSTALL_PREFIX=$(Build.StagingDirectory)/Library/curl-7.77 .0/usr
736
+ -D CMAKE_INSTALL_PREFIX=$(Build.StagingDirectory)/Library/curl-8.4 .0/usr
737
737
-G Ninja
738
738
-S $(Build.SourcesDirectory)
739
739
-D BUILD_TESTING=NO
@@ -763,13 +763,13 @@ stages:
763
763
- task : CMake@1
764
764
inputs :
765
765
cmakeArgs :
766
- --build $(Agent.BuildDirectory)/curl-7.77 .0
766
+ --build $(Agent.BuildDirectory)/curl-8.4 .0
767
767
- task : CMake@1
768
768
inputs :
769
769
cmakeArgs :
770
- --build $(Agent.BuildDirectory)/curl-7.77 .0 --target install
770
+ --build $(Agent.BuildDirectory)/curl-8.4 .0 --target install
771
771
- publish : $(Build.StagingDirectory)
772
- artifact : curl-$(arch)-7.77 .0
772
+ artifact : curl-$(arch)-8.4 .0
773
773
774
774
- stage : sqlite
775
775
dependsOn : []
@@ -930,7 +930,7 @@ stages:
930
930
- download : current
931
931
artifact : libxml2-$(arch)-2.11.5
932
932
- download : current
933
- artifact : curl-$(arch)-7.77 .0
933
+ artifact : curl-$(arch)-8.4 .0
934
934
- download : current
935
935
artifact : zlib-$(arch)-1.3
936
936
- download : current
@@ -1101,7 +1101,7 @@ stages:
1101
1101
-D LIBXML2_DEFINITIONS="/DLIBXML_STATIC"
1102
1102
-D LIBXML2_LIBRARY=$(Pipeline.Workspace)/libxml2-$(arch)-2.11.5/Library/libxml2-2.11.5/usr/lib/libxml2s.lib
1103
1103
-D LIBXML2_INCLUDE_DIR=$(Pipeline.Workspace)/libxml2-$(arch)-2.11.5/Library/libxml2-2.11.5/usr/include/libxml2
1104
- -D CURL_DIR=$(Pipeline.Workspace)/curl-$(arch)-7.77 .0/Library/curl-7.77 .0/usr/lib/cmake/CURL
1104
+ -D CURL_DIR=$(Pipeline.Workspace)/curl-$(arch)-8.4 .0/Library/curl-8.4 .0/usr/lib/cmake/CURL
1105
1105
-D ZLIB_ROOT=$(Pipeline.Workspace)/zlib-$(arch)-1.3/Library/zlib-1.3/usr
1106
1106
-D ZLIB_LIBRARY=$(Pipeline.Workspace)/zlib-$(arch)-1.3/Library/zlib-1.3/usr/lib/zlibstatic.lib
1107
1107
- task : CMake@1
0 commit comments