Skip to content

Commit b311042

Browse files
committed
Update .NET Core SDK
1 parent f592e6b commit b311042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
version: '{build}'
44

5-
image: Visual Studio 2017
5+
image: Visual Studio 2019 Preview
66
install:
77
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/v4.0.0/nuget.exe
88

@@ -21,7 +21,7 @@ environment:
2121
DOTNET_CLI_TELEMETRY_OPTOUT: true
2222

2323
build_script:
24-
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.0
24+
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.203
2525
- ps: .\build.ps1
2626

2727
test: off

0 commit comments

Comments
 (0)