Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit b90a1e4

Browse files
committed
Removing manual SDK install
1 parent 31c9b90 commit b90a1e4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

appveyor.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ branches:
55
only:
66
- master
77
image: Visual Studio 2017
8-
## temporary until 2.1 sdk is installed
9-
install:
10-
- ps: $urlCurrent = "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.1.300/dotnet-sdk-2.1.300-win-x64.zip"
11-
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
12-
- ps: mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
13-
- ps: $tempFileCurrent = [System.IO.Path]::GetTempFileName()
14-
- ps: (New-Object System.Net.WebClient).DownloadFile($urlCurrent, $tempFileCurrent)
15-
- ps: Add-Type -AssemblyName System.IO.Compression.FileSystem; [System.IO.Compression.ZipFile]::ExtractToDirectory($tempFileCurrent, $env:DOTNET_INSTALL_DIR)
16-
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
178
nuget:
189
disable_publish_on_pr: true
1910
build_script:

0 commit comments

Comments
 (0)