-
Notifications
You must be signed in to change notification settings - Fork 0
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 #4 from LogoFX/develop
devops: bump version to 2.2.3
- Loading branch information
Showing
32 changed files
with
84 additions
and
82 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: 2.2.2.{build} | ||
version: 2.2.3.{build} | ||
configuration: Release | ||
before_build: | ||
- cd src | ||
|
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,14 +1,14 @@ | ||
rem TODO: Use common source for all version instances | ||
SET version=2.2.2 | ||
SET version=2.2.3 | ||
rem TODO: Refactor using loop and automatic discovery | ||
call deploy-single.bat LogoFX.Client.Testing.Contracts %version% | ||
call deploy-single.bat LogoFX.Client.Testing.Shared %version% | ||
call deploy-single.bat LogoFX.Client.Testing.Shared.Caliburn.Micro %version% | ||
call deploy-single.bat LogoFX.Client.Testing.EndToEnd %version% | ||
call deploy-single.bat LogoFX.Client.Tests.Contracts %version% | ||
call deploy-single.bat LogoFX.Client.Tests.Shared %version% | ||
call deploy-single.bat LogoFX.Client.Tests.Shared.Caliburn.Micro %version% | ||
call deploy-single.bat LogoFX.Client.Tests.EndToEnd %version% | ||
call deploy-single.bat LogoFX.Client.Testing.EndToEnd.FlaUI %version% | ||
call deploy-single.bat LogoFX.Client.Testing.EndToEnd.White %version% | ||
call deploy-single.bat LogoFX.Client.Testing.EndToEnd.SpecFlow %version% | ||
call deploy-single.bat LogoFX.Client.Testing.Integration %version% | ||
call deploy-single.bat LogoFX.Client.Testing.Integration.NUnit %version% | ||
call deploy-single.bat LogoFX.Client.Tests.Integration %version% | ||
call deploy-single.bat LogoFX.Client.Tests.Integration.NUnit %version% | ||
call deploy-single.bat LogoFX.Client.Testing.Integration.xUnit %version% | ||
call deploy-single.bat LogoFX.Client.Testing.Integration.SpecFlow %version% | ||
call deploy-single.bat LogoFX.Client.Tests.Integration.SpecFlow %version% |
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
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
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
Oops, something went wrong.