Skip to content

Commit 17c279d

Browse files
committed
Dotnet Core RC2
1 parent 37219da commit 17c279d

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

appveyor.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
os: Visual Studio 2015
2+
13
init:
24
- git config --global core.autocrlf input
35

46
environment:
5-
CLI_VERSION: 1.0.0-rc2-002702
6-
#CLI_VERSION: Latest
77
matrix:
88
- BUILD_TARGET: DotnetCliTests
99
- BUILD_TARGET: NuGet
@@ -12,19 +12,8 @@ matrix:
1212
allow_failures:
1313
- BUILD_TARGET: DotnetCliTests
1414

15-
install:
16-
# Download install script to install .NET cli in .dotnet dir
17-
- ps: mkdir -Force ".\scripts\obtain\" | Out-Null
18-
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\scripts\obtain\install.ps1"
19-
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
20-
- ps: '& .\scripts\obtain\install.ps1 -Channel "preview" -version "Latest" -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath'
21-
# add dotnet to PATH
22-
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
23-
# show dotnet info
24-
- ps: 'echo "Dotnet: $( (gcm dotnet).Path )"'
25-
- ps: dotnet --info
26-
2715
build_script:
16+
- ps: dotnet --info
2817
- cmd: build.cmd %BUILD_TARGET%
2918

3019
test: off

0 commit comments

Comments
 (0)