Skip to content

Commit

Permalink
Minor comment about AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
masojus committed Nov 11, 2017
1 parent ffcaf6a commit 639d870
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ build:
# MSBuild verbosity level
verbosity: normal


# NOTE : We don't set a custom build script, so by default AppVeyor builds with MSBuild, which is
# fine because that means between this and Travis CI, we're validating dotnet/msbuild and also
# Windows/MacOS/Linux.


before_build:
# Make sure we have the right tools version
- dotnet --version
Expand Down

0 comments on commit 639d870

Please sign in to comment.