Commit Graph

26 Commits

Author SHA1 Message Date
Oleg Nenashev
507674fbc1 Merge pull request #384 from NextTurn/config
Add Debug configuration
2020-02-05 12:47:27 -05:00
Oleg Nenashev
de169630af Merge pull request #379 from NextTurn/versioning
Disable version patching in the CI run
2020-02-05 12:43:54 -05:00
NextTurn
70f23abe79 Add Debug configuration 2020-02-01 14:25:06 +08:00
NextTurn
ab22212252 Produce ready-to-publish artifacts in build phase for AppVeyor 2020-01-27 17:24:49 +08:00
NextTurn
b057551655 Disable version patching 2020-01-27 13:52:15 +08:00
Oleg Nenashev
17b9a1db40 Fix file extensions for .NET Core artifacts 2020-01-26 19:58:19 +01:00
Oleg Nenashev
3ff267e99d AppVeyor: Move version injection to the Web UI configs 2020-01-26 19:50:07 +01:00
Oleg Nenashev
99effc6c02 Disable Nuget account and project feeds to fix CI
Closes #376
2020-01-26 12:08:19 +01:00
NextTurn
3a7a332b84 Target .NET Framework 4.6.1 2020-01-19 21:14:19 +08:00
NextTurn
9dfcf0b816 Split files in artifacts 2020-01-15 00:33:27 +08:00
NextTurn
cf396b718b Publish single executable 2020-01-15 00:27:19 +08:00
NextTurn
492a4e3e42 Fix tests and update test framework 2020-01-15 00:07:44 +08:00
NextTurn
8864b676fb Add new target frameworks 2020-01-14 19:26:26 +08:00
NextTurn
6e9d25a7b5 Fix versioning 2020-01-13 14:39:16 +08:00
NextTurn
6ace0c3ccd Workaround for broken AppVeyor MSBuild command 2020-01-13 14:10:57 +08:00
NextTurn
9634ddf0a9 Migrate to SDK-style projects 2020-01-13 14:10:57 +08:00
Oleg Nenashev
d28e6f3c60 Issue #170: Enable publishing of samples as AppVeyor artifacts 2016-12-23 22:47:05 +01:00
Oleg Nenashev
c55d33b046 Issue #65 - Add NuGet packaging (#161)
* NuGet: Add simple NuGet packaging PoC

* Fix the version definition

* Run PS instead of CMD

* Fix the .NET4 binary reference in the spec

* Publish the NuGet package directly to the root

* Covert ID to uppercase just to follow the common notation

* Use a fixed artifact name to enable the deployment

* NuGet does not support multi-line paragraphs

* Add the NuGet badge
2016-12-11 20:11:16 +01:00
Oleg Nenashev
1e393f96bc AppVeyor: use relative paths to NUnit test DLLs 2016-12-09 01:16:16 +01:00
Oleg Nenashev
bf52683c6c AppVeyor: Do not build feature branches in the PR builder 2016-12-09 01:14:55 +01:00
Oleg Nenashev
00d42c4536 Handover Version control to AppVeyor jobs (#156)
In order to maintain Release and Snapshot versions on AppVeyor, I had to create two separate jobs on it. These jobs utilise the same config, but actually they only specify different version formats.

* Release job: `2.0.{build}`
* Snapshot & PR builder: 2.0-SNAPSHOT-build{build}

Maybe it's not the best practice
2016-12-09 01:03:16 +01:00
Oleg Nenashev
ab4a5c512e Use a SNAPSHOT build version by default 2016-12-07 00:02:54 +01:00
Oleg Nenashev
f58b287278 Streamline assembly versions (#153)
* Align all component versions to 2.0.*
* Enable patching of assemblies in AppVeyor

* Fix the slash

* And escaping...
2016-12-06 23:54:37 +01:00
Oleg Nenashev
f21f82dfc0 Rename executables being generated during the build 2016-12-06 23:21:21 +01:00
Oleg Nenashev
3efd86a27f .NET4 - Add the WinSW binary to AppVeyor artifacts 2016-12-04 12:10:02 +01:00
Oleg Nenashev
6c0f6d1f7a Fixes #142 - Deploy the automatic build on Appveyor (#144)
* First configuration stub

* Get rid of the old winsw_cert.pfx references, adjust docs

* Fix the corrupted log4net reference, we use 2.0.3

* Generate stub SNK file

* Signing: Try full SDK path to generate SNKs

* Fix the path

* Signing: Sign all assemblies being packed into WinSW

* Tests: Try enabling tests

* Tests and artifacts: Use absolute paths

* Artifact path must be relative

* The test DLL is the NUnit one

* nunit-console does not require loggers

* NUnit: Try picking all DLLs in the output folder

* NUnit console: No wildcards

* Tests: Fix the test project to make it properly working with the new project structure

* Docs: Clarify the specifics of external extension usage

* Add AppVeyor badge to README.md
2016-12-04 09:34:19 +01:00