Skip to content

Commit 5554a84

Browse files
Robert McLaws (Microsoft .NET MVP)mairaw
Robert McLaws (Microsoft .NET MVP)
authored andcommitted
Updating to the shipping SDK version. (dotnet#815)
1 parent 27cd150 commit 5554a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ os: Visual Studio 2015
99
## ## 1) from direct url
1010
## - ps: $url = "https://go.microsoft.com/fwlink/?LinkID=798402" # v1.0.0-preview1 x64
1111
## ## 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)
12+
## ## a specific version `1.0.0-preview2-003121` or `Latest` (for latest dev version)
1313
## - ps: $url = "https://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/$($env:CLI_VERSION)/dotnet-dev-win-x64.$($env:CLI_VERSION.ToLower()).zip"
1414
## # Download .NET Core SDK and add to PATH
1515
## - ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"

0 commit comments

Comments
 (0)