Commit Graph

39 Commits

Author SHA1 Message Date
Pieter-Jan Briers eb33b88067 v269.0.0 RT update - .NET 10 (#41855)
* Make ServerPackaging automatically get extra server assemblies

* Make the switch

* Use Content.Server.deps.json instead

* Remove debug

* Rewrite

Now recursively fetches dependencies from Content.Server

Only copies dependencies not covered by Robust

This removes the need to manually specify most of the dependencies, even the content ones!

Also look at runtime key properly to figure out the proper dll name.

This actually removes some assemblies that were duplicated between the main directory and assemblies (various Microsoft.Extensions stuff)

* Fix test compile errors when updating dependencies

Ran across this while updating dependencies on the RT .NET 10 update. Should be fine to merge immediately.

* More .NET 10 prep

* Convert to SLNX

Hell yeah

* slnx now has size-2 indents

* Update SLNX with new RT system

* Remove reference to RT test in toolshed test

* Remove accidental usage of transitive RT dependencies

* Move Robust project references to RobustApi

* Update solution file

* Fix warnings in pow3r

* Fix nullable warnings in integration tests

idk where these came from

* gitignore binlog files

* Fix transitive dependency warnings in Content.Benchmarks

* Update slnx

* Okay, the Robust API thing didn't pan out. New plan.

It apparently broke clean builds, as the dependencies aren't in the project asset list or something anymore. I tried to fix this, but it seems impossible to do without relying on .NET SDK internals, as there's no point in the NuGet graph walk process that seems cleanly extensible.

Instead let's just do the much dumber thing: a bunch of .props files for content to import. Hooray!

This also means that I have to go through and *explicitly* disable transitive dependencies everywhere in RT. This thankfully isn't too hard.

* Update RT to 269.0.0

* One last solution update

* Fix more data definition issues

* Update RT to 269.0.1

* Fix it again

---------

Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
2026-04-04 16:57:19 +02:00
Myra cc95f6bd8c Add a space in osx-arm64 to fix arm64 osx builds (#40137) 2025-12-29 11:39:01 -06:00
Pieter-Jan Briers da2a287010 Package win-arm64 and osx-arm64 servers (#40113) 2025-12-29 11:39:00 -06:00
Tobias Berger 93c0ce0e81
change publish time 2025-12-25 22:02:21 +01:00
Tobias Berger 338203f80c
Maps changelog in Discord 2025-11-18 22:50:39 +01:00
Myra b5bc9ff1b0 Add ratelimit retry to discord changelog bot and continue publish changelog error. (#37051)
* Add ratelimit retry to discord changelog bot and continue publish changelog error.

oops we missed some changelogs cause of this... this should prevent anything funny

* Update actions_changelogs_since_last_run.py
2025-05-18 17:02:41 +01:00
Nikolai Korolev fd3dd359bd Upgrade Github actions in Workfows to node20 2025-03-23 16:59:13 +00:00
Pieter-Jan Briers 58496b9700 Update submodule, .NET 9 (#34320) 2025-01-12 08:17:24 +00:00
Pieter-Jan Briers bc8c5228ef New publish workflow for Robust.Cdn (#32222)
This uses multiple API requests to directly send the publish to the CDN server, no more GitHub artifacts.

Faster, less moving parts.

Needs Robust.Cdn 2.2.0
2024-09-22 02:38:38 +01:00
Pieter-Jan Briers 5717bc407b New CDN publish workflow (#30009)
* LET'S SEE IF THIS WORKS

* I forgot the chmod +x

* I forgot the shebang
2024-08-09 17:47:06 +01:00
Null 9e22328ce1
CDN V2 2024-07-14 19:23:31 +00:00
null edf7661031
Revert "Temporary CI/CD fix (#1199)"
This reverts commit 7e3ba621d3.
2024-05-18 13:26:23 +02:00
Null 7e3ba621d3
Temporary CI/CD fix (#1199)
Testing my beloved
2024-05-15 11:36:29 +00:00
Debug 101d478660
Adjust publish script location
Deltav is fake anyways

Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com>
2024-02-20 01:55:21 +01:00
Matt c277c9d7b0
feat: add xsl stylesheet to changelogs (#21930)
(cherry picked from commit 40e4d43c3b33097df35b45dedeed7a75c4855433)
2024-01-26 22:04:40 +01:00
Pieter-Jan Briers fcf99fd72a .NET 8 compatibility (#22461) 2023-12-16 20:31:24 +01:00
metalgearsloth 80441a0022 Port python packaging to Content.Packaging (#21458) 2023-11-12 20:45:40 +01:00
Debug bcb9a069f6 Update publish.yml 2023-10-25 12:21:28 +02:00
Debug 0cff0101f9
Another spelling mistake (real)
Signed-off-by: Debug <49997488+DebugOk@users.noreply.github.com>
2023-09-27 22:49:02 +02:00
Debug bfd39b340e
Prepare workflows for test publishes (#48) 2023-09-27 22:12:44 +02:00
DrSmugleaf d1eea3f6f6
Update CI to use .NET 7.0.x, setup-dotnet 3.2.0, checkout 3.6.0 (#19552) 2023-08-25 15:33:01 -07:00
Pieter-Jan Briers 7bfc322ff2
Publish changelogs via RSS (#17788) 2023-07-02 14:18:39 +02:00
Pieter-Jan Briers 587e173bcc
Oopsied the workflow file, awesome. (#14293) 2023-02-26 17:48:06 +01:00
Pieter-Jan Briers 61a671bbc6
Send changelog to Discord webhook. (#14292) 2023-02-26 17:45:06 +01:00
0x6273 8c52dac3f3
Update setup-dotnet in gh actions (#12261) 2022-10-30 12:05:51 -07:00
Vera Aguilera Puerto e1eea793ea Allow publish workflow to be manually dispatched.
Will help in situations where we need to push a hotfix so people can continue playing the game normally.
2022-04-03 13:29:45 +02:00
Paul Ritter f2d6fba6eb
point-release 2022-04-02 20:30:36 +02:00
Pieter-Jan Briers b42412903b Don't allow concurrent publish actions.
If two commits gets pushed in quick succession, and the first takes much longer to publish (for some reason), said build can be considered "latest".

This just happened and it broke the servers.
2021-12-20 16:05:39 +01:00
Vera Aguilera Puerto 1860ad4b99 Publish master builds again 2021-12-11 16:15:07 +01:00
Paul 38990d4f95 stable branch publish 2021-12-05 20:34:31 +01:00
Pieter-Jan Briers 76a8f4d7da
Change location of builds
It's a symlink now, no I won't have to change this again when I'm done formatting the HDD.
2021-11-27 17:14:40 +01:00
Pieter-Jan Briers 6f2cc733e7
Fix publish workflow 2021-11-09 15:19:32 +01:00
Pieter-Jan Briers 9e148db8e4 Oops don't run publish on PRs. 2021-03-04 11:26:51 +01:00
Pieter-Jan Briers 961327c153 Fetch engine tag in game build 2021-03-04 10:14:42 +01:00
Pieter-Jan Briers 1f9b25e6a3 Fix missing build info in server builds. 2021-03-04 09:57:12 +01:00
Pieter-Jan Briers 0adb00f6c3 Fixes 2021-03-04 02:30:41 +01:00
Pieter-Jan Briers 02355a9260 Move content builds to github actions and centcomm 2021-03-04 02:19:09 +01:00
Pieter-Jan Briers eac107dc80
Delete publish.yml 2020-06-25 13:41:43 +02:00
Pieter-Jan Briers d8cb2bad68
Create publish.yml 2020-06-25 13:22:34 +02:00