We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27cd150 commit 5554a84Copy full SHA for 5554a84
appveyor.yml
@@ -9,7 +9,7 @@ os: Visual Studio 2015
9
## ## 1) from direct url
10
## - ps: $url = "https://go.microsoft.com/fwlink/?LinkID=798402" # v1.0.0-preview1 x64
11
## ## 2) from url based on version, for example using an env var CLI_VERSION that can be a
12
-## ## a specific version `1.0.0-preview2-003118` or `Latest` (for latest dev version)
+## ## a specific version `1.0.0-preview2-003121` or `Latest` (for latest dev version)
13
## - ps: $url = "https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/$($env:CLI_VERSION)/dotnet-dev-win-x64.$($env:CLI_VERSION.ToLower()).zip"
14
## # Download .NET Core SDK and add to PATH
15
## - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
0 commit comments