-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #180 from BenFradet/RS-179
[RS-179] Release 2.4
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
#---------------------------------# | ||
|
||
# version format | ||
version: 2.3.3.{build} | ||
version: 2.4.0.{build} | ||
|
||
# Do not build on tags (GitHub only) | ||
skip_tags: true | ||
|
@@ -48,7 +48,7 @@ platform: Any CPU | |
configuration: Release | ||
|
||
build: | ||
parallel: false # disnable MSBuild parallel builds | ||
parallel: false # disable MSBuild parallel builds | ||
project: RiotSharp.sln # path to Visual Studio solution or project | ||
|
||
# MSBuild verbosity level | ||
|
@@ -78,4 +78,6 @@ notifications: | |
- provider: Email | ||
to: | ||
- [email protected] | ||
on_build_status_changed: true | ||
on_build_failure: true | ||
on_build_success: false | ||
on_build_status_changed: false |