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 d0f0521 commit eda0374Copy full SHA for eda0374
src/appveyor.yml
@@ -7,7 +7,7 @@ environment:
7
DOTNET_CLI_TELEMETRY_OPTOUT: true
8
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
9
build_script:
10
-# https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script
+- ipconfig /flushdns
11
- pwsh: |
12
if ($isWindows) {
13
Invoke-WebRequest "https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1" -TimeoutSec 120
0 commit comments