Skip to content

Commit 81bf827

Browse files
committed
Update appveyor.yml
1 parent eda0374 commit 81bf827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ build_script:
1010
- ipconfig /flushdns
1111
- pwsh: |
1212
if ($isWindows) {
13-
Invoke-WebRequest "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1" -TimeoutSec 120
13+
Invoke-WebRequest "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
1414
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
1515
}
1616
else {
17-
Invoke-WebRequest "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh" -TimeoutSec 120
17+
Invoke-WebRequest "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh" -OutFile "./dotnet-install.sh"
1818
sudo chmod u+x dotnet-install.sh
1919
if ($isMacOS) {
2020
sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/local/share/dotnet'

0 commit comments

Comments
 (0)