Skip to content

Commit

Permalink
Appveyor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetious committed Jan 6, 2016
1 parent 99ae109 commit 15c62af
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
version: 1.0.{build}
version: 1.0.{build}
install:
- cmd: dnvm install -r clr 1.0.0-rc1-update1
before_build:
- cmd: dnu restore
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
test_script:
- cmd: dnx -p test\MongoDb.Bson.NodaTime.Tests test

0 comments on commit 15c62af

Please sign in to comment.