Skip to content

Commit

Permalink
print dotnet version info
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored and enricosada committed Jan 11, 2018
1 parent da18cdd commit 7159c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ image:
- Visual Studio 2017

before_build:
- dotnet --version
- dotnet --info
- ps: >-
$env:FSAC_TESTSUITE_MSBUILD_TOOLSVERSION_4_INSTALLED = if ("$env:APPVEYOR_BUILD_WORKER_IMAGE" -eq "Visual Studio 2017") { "0" } else { "1" };
Expand Down
5 changes: 0 additions & 5 deletions global.json

This file was deleted.

0 comments on commit 7159c66

Please sign in to comment.