Skip to content

Commit a402cb4

Browse files
authored
Update TarTool direct link. (#639)
* Update TarTool direct link. A more permanent solution here needs to be found so that we do not need to update this link. In the meantime, this will unblock users from successfully building * Trigger new build
1 parent d4652e8 commit a402cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/localmode/downloadtools.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ function Download-BuildTools
247247
$tarToolExe = "$toolsDir\TarTool.exe"
248248
if (!(test-path $tarToolExe))
249249
{
250-
$url = "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=tartool&DownloadId=79064&FileTime=128946542158770000&Build=21031"
250+
$url = "http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=tartool&DownloadId=79064&FileTime=128946542158770000&Build=21046"
251251
$output="$toolsDir\TarTool.zip"
252252
Download-File $url $output
253253
Unzip-File $output $toolsDir

0 commit comments

Comments
 (0)