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 a2b24eb commit e9bfe36Copy full SHA for e9bfe36
src/appveyor.yml
@@ -7,7 +7,6 @@ environment:
7
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
8
build_script:
9
- pwsh: |
10
- dotnet workload restore
11
if ($isWindows) {
12
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
13
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
0 commit comments