-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12f6336
commit 3edaef8
Showing
7 changed files
with
14 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 1.0.9.1-alpha {build} | ||
version: 1.0.10-beta {build} | ||
|
||
branches: | ||
only: | ||
|
@@ -38,7 +38,7 @@ after_test: | |
7z a -r coverity.zip cov-int | ||
curl --form token=%COVERITY_TOKEN% --form email=%COVERITY_EMAIL% --form [email protected] --form version="1.0.9.1-alpha" https://scan.coverity.com/builds?project=%APPVEYOR_REPO_NAME% | ||
curl --form token=%COVERITY_TOKEN% --form email=%COVERITY_EMAIL% --form [email protected] --form version="1.0.10-beta" https://scan.coverity.com/builds?project=%APPVEYOR_REPO_NAME% | ||
artifacts: | ||
- path: coverity.zip | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> | ||
<configSections> | ||
<section name="test" type="IgorSoft.CloudFS.GatewayTests.Config.TestSection, IgorSoft.CloudFS.GatewayTests, Version=1.0.9.0, Culture=neutral, PublicKeyToken=1f35af1d8b0c0a75" xdt:Transform="SetAttributes(type)" xdt:Locator="Match(name)" /> | ||
<section name="test" type="IgorSoft.CloudFS.GatewayTests.Config.TestSection, IgorSoft.CloudFS.GatewayTests, Version=1.0.10.0, Culture=neutral, PublicKeyToken=1f35af1d8b0c0a75" xdt:Transform="SetAttributes(type)" xdt:Locator="Match(name)" /> | ||
</configSections> | ||
</configuration> |
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
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
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