Skip to content

Commit dc0c20f

Browse files
author
Steve Salas
committed
Revert "Install .NET Core 3.1"
This reverts commit 8cdaf68.
1 parent 8cdaf68 commit dc0c20f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ version: 2.7.{build}
22
image: Visual Studio 2017
33
clone_folder: C:\CodePulse
44
build_script:
5-
- cmd: >-
6-
powershell -command "& {$file=([io.path]::gettemppath())+'.ps1'; (new-object net.webclient).downloadstring('https://dotnet.microsoft.com/download/dotnet-core/scripts/v1/dotnet-install.ps1') | out-file $file -encoding ascii; powershell -file $file -Channel 3.1}"
7-
powershell -file C:\CodePulse\installers\build.ps1 -version 2.7.0 -versionForDotNetTracerWindowsDownloadUrl 2.7.0 -useGitHubDotNetTracerWindowsDownloadUrl
5+
- cmd: powershell -file C:\CodePulse\installers\build.ps1 -version 2.7.0 -versionForDotNetTracerWindowsDownloadUrl 2.7.0 -useGitHubDotNetTracerWindowsDownloadUrl
86
# - cmd: powershell -file C:\CodePulse\installers\build.ps1 -version %APPVEYOR_BUILD_VERSION% -versionForDotNetTracerWindowsDownloadUrl %APPVEYOR_JOB_ID% -skipMac -skipLinux # skips building packages for macOS and Linux
97
before_test:
108
- cmd: >-

0 commit comments

Comments
 (0)