Skip to content

Commit

Permalink
Prevent appveyor from auto-running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchester committed Mar 5, 2017
1 parent 33ae3ec commit 7b2c70f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
- ps: '& .\build\installcli.ps1 -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath -Version 1.0.0-rc4-004771'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
test: off
build_script:
- ps: ./Build.ps1
artifacts:
Expand Down

0 comments on commit 7b2c70f

Please sign in to comment.