We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0bd8d commit e1ce654Copy full SHA for e1ce654
phases/19-libcurl.bat
@@ -3,12 +3,13 @@ setlocal
3
4
set PROJECT=libcurl
5
set GITHUB_REPO=curl/curl
6
+set TAG=curl-8_14_0
7
8
:: get the latest release tag from GitHub
-cd %~dp0
9
-for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
10
- set TAG=%%i
11
-)
+:: cd %~dp0
+:: for /f "usebackq delims=" %%i in (`call %BASH% '../scripts/get-latest-github-release-tag.sh %GITHUB_REPO% curl-'`) do (
+:: set TAG=%%i
12
+:: )
13
14
:: load environment and prepare project
15
call "%~dp0\..\scripts\common.bat" prepare_project || exit /b 1
0 commit comments