@@ -93,11 +93,14 @@ endfunction
9393 | Where-Object { $_.DisplayName -and $_.DisplayName.Contains($product_name) } `
9494 | Select UninstallString).UninstallString
9595 }
96- Write-Host "Uninstalling Microsoft Visual C++ 2013 Redistributable (x64)..." -ForegroundColor Yellow;
97- "\$(GetUninstallString "Microsoft Visual C++ 2013 Redistributable (x64)") /quiet" | out-file "$env:TEMP\\uninstall.cmd" -Encoding ASCII;
96+ Write-Host "Uninstalling Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.21005 ..." -ForegroundColor Yellow;
97+ "\$(GetUninstallString "Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.21005 ") /quiet" | out-file "$env:TEMP\\uninstall.cmd" -Encoding ASCII;
9898 & $env:temp\\uninstall.cmd;
99- Write-Host "Uninstalling Microsoft Visual C++ 2013 Redistributable (x86)..." -Foreground Yellow;
100- "\$(GetUninstallString "Microsoft Visual C++ 2013 Redistributable (x86)") /quiet" | out-file "$env:TEMP\\uninstall.cmd" -Encoding ASCII;
99+ Write-Host "Uninstalling Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501..." -ForegroundColor Yellow;
100+ "\$(GetUninstallString "Microsoft Visual C++ 2013 Redistributable (x64) - 12.0.30501") /quiet" | out-file "$env:TEMP\\uninstall.cmd" -Encoding ASCII;
101+ & $env:temp\\uninstall.cmd;
102+ Write-Host "Uninstalling Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.30501..." -Foreground Yellow;
103+ "\$(GetUninstallString "Microsoft Visual C++ 2013 Redistributable (x86) - 12.0.30501") /quiet" | out-file "$env:TEMP\\uninstall.cmd" -Encoding ASCII;
101104 & $env:temp\\uninstall.cmd;
102105 Write-Host "Downloading Visual C++ Compiler November 2013 CTP..." -ForegroundColor Yellow;
103106 $CTP_INSTALLER_PATH = "\$($env:TEMP)\\$CTP_FILENAME";
@@ -170,10 +173,9 @@ endfunction
170173. output(my.out_file)
171174. copyleft(_repository.name)
172175. define my.matrix = _repository->matrix
173- version : 3.0.0 .{build}-{branch}
176+ version : $(_repository.version) .{build}-{branch}
174177
175- os :
176- - Visual Studio 2013
178+ image : Visual Studio 2013
177179
178180clone_folder : c:\\git\\$(_repository.name)
179181skip_tags : true
0 commit comments