Commit Graph

11 Commits

Author SHA1 Message Date
Chris Johnston
de4d415053 Fix deploy conditions in CI script (#1157)
* Fix deploy conditions in CI script

The deploy conditions had been using a powershell-only variable, and not a environment variable. This meant that the deployment failed on both Windows and Linux (expected only on Linux).

* Remove an extra newline

* Remove Debug statements from appveyor build script
2018-09-28 21:46:05 -04:00
Chris Johnston
674a0fc5dd Add Ubuntu target to AppVeyor CI build (#1149)
* Target Ubuntu in Appveyor CI build

AppVeyor has released support for targetting Ubuntu 18.04 environments.
This adds Ubuntu to the list of build images for Appveyor to use.

* Set clone folder to use appveyor defaults

* Check if appveyor provides appveyor-retry by trying to run it

* Minor syntax change

* Minor syntax change

* Skip using appveyor-retry (for now)

* Use forward slash for paths so that it works on both windows and linux

* Implement replacement for appveyor-retry

* Script cleanup

* Remove commented out line

* Only package releases on Windows

* Add the isWindows condition to the deploy stage
2018-09-28 18:19:00 -04:00
Joe4evr
f69ef2a8ca Add API Analyzer Assembly (#906)
* Start on API analyzers

* Finish GuildAccessAnalyzer

* Update build script (will this do?)

* Correct slashes

* Extrapolate DerivesFromModuleBase() to an extension method

* Quick refactoring

* Add doc file
2018-01-13 22:54:47 -05:00
Christopher F
b30af57b7f Remove RPC from main distribution (#925) 2018-01-05 20:23:19 -05:00
Christopher F
39b5d0e74c Bumped version to 2.0.0-beta 2017-11-22 20:13:10 -05:00
RogueException
ff10f17cba Proper versioning is hard 2017-07-05 21:35:38 -03:00
RogueException
d27657d193 Removed hardcoded suffix from nuspec 2017-07-05 21:31:59 -03:00
RogueException
05f8f41567 Fixed PR check in appveyor.yml 2017-05-04 12:45:24 -03:00
RogueException
c40857bb1e Added personal myget 2017-05-02 02:05:57 -03:00
RogueException
4d7a97c37a Push artifacts from build script 2017-05-02 01:49:57 -03:00
RogueException
5ad2d7361d Added appveyor.yml, README edits (#639) 2017-05-02 01:03:04 -03:00