File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ image: Visual Studio 2015
4
4
configuration : Release
5
5
install :
6
6
- ps : mkdir -Force ".\build\" | Out-Null
7
- - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1 .0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
7
+ - ps : Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/release/2 .0.0-preview2 /scripts/obtain/dotnet-install.ps1" -OutFile ".\build\installcli.ps1"
8
8
- ps : $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
9
- - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1 .0.3 '
9
+ - ps : ' & .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 2 .0.0-preview2-006497 '
10
10
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
11
11
build_script :
12
12
- ps : ./Build.ps1
@@ -27,4 +27,4 @@ deploy:
27
27
tag : v$(appveyor_build_version)
28
28
on :
29
29
branch : master
30
-
30
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 1 .0.3 "
3
+ "version" : " 2 .0.0-preview2-006497 "
4
4
}
5
- }
5
+ }
You can’t perform that action at this time.
0 commit comments