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 9230b59 commit 6447ff0Copy full SHA for 6447ff0
scripts/WindowsTemplateStudio.ps1
@@ -15,7 +15,7 @@ $wtsVsix = [System.IO.Path]::GetFileName($wtsFileUrl.source)
15
$desktopPath = Resolve-Path $env:USERPROFILE\desktop
16
$wtsFullPath = [System.IO.Path]::Combine($desktopPath, $wtsVsix);
17
18
-Invoke-WebRequest -Uri $wtsFileUrl.source -OutFile $wtsVsix
+Invoke-WebRequest -Uri $wtsFileUrl.source -OutFile `"$wtsVsix`"
19
20
$vsixInstallerFile = Get-Childitem -Include vsixinstaller.exe -Recurse -Path "C:\Program Files (x86)\Microsoft Visual Studio\2017\"
21
$wtsArgList = $wtsFullPath + " /q"
0 commit comments