1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-10-18 20:06:10 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
512445793e
build: move meta tools to subdir 2023-04-05 11:21:58 +01:00
303617a888
[ci skip] ci: cd upm for each successive step 2023-04-02 19:59:17 +01:00
2439b3a3cd
[ci skip] style(ci): remove redundant empty line 2023-04-02 17:44:16 +01:00
fb20e4d1e9
[ci skip] ci: copy artifacts before git diff
Also removes redundant shell specifier on git diff step. GitHub uses bash by default.
2023-04-02 17:42:59 +01:00
a093e91502
[ci skip] ci: cd upm before git diff 2023-04-02 17:28:58 +01:00
6fd7f8d84c
ci: only commit if working tree contains changes 2023-04-02 17:25:56 +01:00
e4431fca5f
ci: specify configuration for build steps
nightly should use Debug configuration
2023-04-02 16:46:34 +01:00
043aca8777
ci: skip redundant build steps
dotnet build now uses --no-restore flag, and dotnet pack now uses --no-build flag, since these steps are already done beforehand.
2023-04-02 16:43:31 +01:00
3b47c67a43
ci: upload dotnet pack artifacts 2023-04-02 15:44:10 +01:00
9ecbbee571
ci(upm): update package.json in upm branch (#69) 2023-03-29 16:03:55 +01:00
7a119fc3c1
ci(upm): automate upm branch update (resolves #69) 2023-03-29 15:00:00 +01:00
d4b23e8a8c
build(ci): update checkout and setup-dotnet actions
- actions/checkout@v3
- actions/setup-dotnet@v3
2023-03-28 15:02:09 +01:00
c5276b706e
[github actions] Use .NET 7 2022-11-29 15:55:26 +00:00
87042d89ba
Add X10D.Hosting & X10D.DSharpPlus 2022-07-20 17:50:47 +01:00
d95ed86174
[github actions] Build, don't publish, for (pre)release 2022-05-13 09:55:06 +01:00
f257aebc28
Add .NET Standard 2.1 target, reintroduce Unity support 2022-05-05 18:00:38 +01:00
d5e6febd5c
[ci skip] [github actions] Use correct version suffix for (pre)release 2022-04-29 11:29:35 +01:00
c1d19e650b
[github actions] Only pack X10D 2022-04-22 12:21:22 +01:00
e6364716a6
[github actions] update workflows, introduce nightly builds
Packages are pushed to both GitHub and nuget.org
2022-04-20 12:16:06 +01:00