Skip to content

Commit

Permalink
Updated version and caching on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
csMACnz committed Aug 16, 2015
1 parent 3a88946 commit b614bf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0.{build}
version: 0.0.{build}
environment:
COVERALLS_REPO_TOKEN:
secure: /ub3L1j8fknd2F4q2iW+waqWIe+0yrnk/l/0OTzPIvfu2hjoOYthlEMwLEaT2pO9
Expand All @@ -8,6 +8,10 @@ environment:
secure: UEqRjr6WeJQzmybaDQ1x8vGceHZcnwS/K67lMvLKaiE=
CODECOV_TOKEN:
secure: KwP1bxxS2EEUh3lSWIc2P5BLBKrjbC9xDKvtN5YjIQ1YqxGAYm+mej73D2KxyK9F
cache:
- src\packages -> **\packages.config
- C:\ProgramData\chocolatey\bin -> build.environment.ps1
- C:\ProgramData\chocolatey\lib -> build.environment.ps1
install:
- ps: .\build.environment.ps1
- ps: psake .\build.tasks.ps1 appveyor-install
Expand Down

0 comments on commit b614bf0

Please sign in to comment.