Skip to content

Commit

Permalink
Fixes stable build, increment build number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed Jul 30, 2016
1 parent e30cb67 commit 06c4e98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ init:
- ps: $env:APPVEYOR_REPO_TAG_NAME
- ps: Update-AppveyorBuild -Version "$env:APPVEYOR_REPO_TAG_NAME"
before_build:
- ps: nuget restore
- ps: nuget restore Rocket.Chat.Net.sln
build:
project: Rocket.Chat.Net.sln
parallel: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.2.{build}-pre
version: 0.3.{build}-pre
skip_tags: true
assembly_info:
patch: true
Expand Down

0 comments on commit 06c4e98

Please sign in to comment.