@@ -10,14 +10,14 @@ set "PATH=%PATH%;%ProgramFiles%\Git\bin;%ProgramFiles%\Git\usr\bin"
1010
1111if " %CLIVERSION% " == " " (
1212 if " %BUILD_BUILDID% " == " " (
13- set CLIVERSION = 0.1.3
13+ set CLIVERSION = 0.1.4
1414 ) else (
15- set CLIVERSION = 0.1.3 .%BUILD_BUILDID%
15+ set CLIVERSION = 0.1.4 .%BUILD_BUILDID%
1616 )
1717)
1818set PYTHON_VERSION = 3.6.3
1919
20- set WIX_DOWNLOAD_URL = " https://vstscli .blob.core.windows.net/msi/wix311-binaries-mirror.zip"
20+ set WIX_DOWNLOAD_URL = " https://vstsclitool .blob.core.windows.net/msi/wix311-binaries-mirror.zip"
2121
2222:: Set up the output directory and temp. directories
2323echo *** Cleaning previous build artifacts...
@@ -123,6 +123,8 @@ if %errorlevel% neq 0 goto ERROR
123123if %errorlevel% neq 0 goto ERROR
124124" %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\common_modules\vsts-cli-build-common"
125125if %errorlevel% neq 0 goto ERROR
126+ " %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\common_modules\vsts-cli-release-common"
127+ if %errorlevel% neq 0 goto ERROR
126128" %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\common_modules\vsts-cli-code-common"
127129if %errorlevel% neq 0 goto ERROR
128130" %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\common_modules\vsts-cli-package-common"
@@ -135,6 +137,8 @@ if %errorlevel% neq 0 goto ERROR
135137if %errorlevel% neq 0 goto ERROR
136138" %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\command_modules\vsts-cli-build"
137139if %errorlevel% neq 0 goto ERROR
140+ " %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\command_modules\vsts-cli-release"
141+ if %errorlevel% neq 0 goto ERROR
138142" %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\command_modules\vsts-cli-code"
139143if %errorlevel% neq 0 goto ERROR
140144" %BUILDING_DIR% \python.exe" -m pip install -f " %TEMP_SCRATCH_FOLDER% " --no-cache-dir " %REPO_ROOT% \src\command_modules\vsts-cli-package"
0 commit comments