diff --git a/.azure-pipelines/windows.yml b/.azure-pipelines/windows.yml index 4cebb43991e..35cd3a2daa0 100644 --- a/.azure-pipelines/windows.yml +++ b/.azure-pipelines/windows.yml @@ -177,7 +177,6 @@ steps: git clone --recursive https://github.com/dlang/dub.git 2>&1 cd dub powershell -c "git checkout \"$(cat %BUILD_SOURCESDIRECTORY%/packaging/dub_version -Raw)\"" 2>&1 - powershell -c "(cat build.cmd).replace('curl.lib', '%CD%/../installed/lib/curl.lib') | Set-Content build.cmd" call build.cmd 2>&1 cp bin/dub.exe ../installed/bin ..\installed\bin\dub --version diff --git a/packaging/dub_version b/packaging/dub_version index 4d9d07e2343..520227ca560 100644 --- a/packaging/dub_version +++ b/packaging/dub_version @@ -1 +1 @@ -v1.16.0 \ No newline at end of file +8ffc09ed6fb9625837161ffbbda2d926f490196c \ No newline at end of file