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 172e1a3 commit abdf33dCopy full SHA for abdf33d
BuildScripts/default.ps1
@@ -337,7 +337,7 @@ Task -Name __InstallPSBuild -Description $private -Action {
337
# This test works locally, but not on AppVeyor
338
# if (-not (test-CommandExists Invoke-MSBuild)) {
339
# Write-Output "PSBuild is not already installed";
340
- (new-object Net.WebClient).DownloadString("https://raw.github.com/ligershark/psbuild/master/src/GetPSBuild.ps1") | Invoke-Expression;
+ (new-object Net.WebClient).DownloadString("https://raw.githubusercontent.com/ligershark/psbuild/master/src/GetPSBuild.ps1") | Invoke-Expression;
341
# } else {
342
# Write-Output "PSBuild is already installed";
343
# }
0 commit comments