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.
2 parents ee85989 + 5c4c582 commit 21295e8Copy full SHA for 21295e8
appveyor.yml
@@ -11,9 +11,12 @@ environment:
11
secure: C8FL0UTKVN8YcMW1wdssabbkSWMIrpJTqgUNeI2NfQw=
12
13
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
18
- echo %APPVEYOR_BUILD_VERSION%
19
- choco install -y rabbitmq
- - choco install -y dotnetcore-sdk -pre
20
21
install:
22
- IF DEFINED SNKSECRET (nuget install secure-file -ExcludeVersion)
0 commit comments