Skip to content

Commit 5c4c582

Browse files
committed
Update appveyor.yml to download latest dotnetcore package
1 parent 64e193f commit 5c4c582

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ environment:
1111
secure: C8FL0UTKVN8YcMW1wdssabbkSWMIrpJTqgUNeI2NfQw=
1212

1313
init:
14+
- appveyor DownloadFile https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1
15+
- ps: |
16+
& .\dotnet-install.ps1 -Channel "preview" -Version "1.0.0-preview2-003121"
17+
Remove-Item .\dotnet-install.ps1
1418
- echo %APPVEYOR_BUILD_VERSION%
1519
- choco install -y rabbitmq
16-
- choco install -y dotnetcore-sdk -pre
1720

1821
install:
1922
- IF DEFINED SNKSECRET (nuget install secure-file -ExcludeVersion)

0 commit comments

Comments
 (0)