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 ccc8edd commit 5cb6bf7Copy full SHA for 5cb6bf7
appveyor.yml
@@ -1,4 +1,4 @@
1
-image: Visual Studio 2017
+image: Visual Studio 2019
2
services:
3
- mysql
4
environment:
@@ -9,8 +9,8 @@ cache:
9
- '%USERPROFILE%\.nuget\packages -> **\*.csproj'
10
install:
11
- ps: Invoke-WebRequest -Uri "https://dot.net/v1/dotnet-install.ps1" -OutFile "install-dotnet.ps1"
12
- - ps: .\install-dotnet.ps1 -Version 3.1.405 -InstallDir "dotnetcli"
13
- - ps: .\install-dotnet.ps1 -Version 5.0.102 -InstallDir "dotnetcli"
+ - ps: .\install-dotnet.ps1 -Version 3.1.409 -InstallDir "dotnetcli"
+ - ps: .\install-dotnet.ps1 -Version 5.0.300 -InstallDir "dotnetcli"
14
build_script:
15
- dotnet --info
16
before_test:
0 commit comments