Commit Graph

24 Commits

Author SHA1 Message Date
Pieter-Jan Briers 987df8c06d Content.Packaging can now emit binlogs for the build (#42659)
* Content.Packaging can now emit binlogs for the build

I was checking why packaging is so much slower and it *seems* to be entirely the actual build being twice as slow as before .NET 10. Strange.

Content.Packaging can now emit MSBuild binlogs that we can analyze to see why that's the case.

* Enable --log-build on Test Packaging workflow, produce artifact with binlogs

* Disable setup-dotnet in packaging workflow

I have a suspicion...
2026-06-29 12:43:43 +02:00
Vanessa e7607e1227
I love submodules. Always use submodules. (#6119)
Revert "I hate submodules. Why did it have to be submodules? (#6117)"

This reverts commit d3b13a6c83.
2026-06-29 00:16:42 -05:00
Vanessa d3b13a6c83
I hate submodules. Why did it have to be submodules? (#6117)
Living on a prayer.
2026-06-25 15:07:33 -05:00
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
Tobias Berger 645d8b6b26
Maintaining (#5214)
* Try and touch up workflows, god help me if this breaks something

* Remove unused email

* Remove Breaking changes, we don't do those here

* Better PR template

* Change header in new pr template

* Use different token

* No approval workflow
2026-01-17 15:12:52 -06:00
Myra cc95f6bd8c Add a space in osx-arm64 to fix arm64 osx builds (#40137) 2025-12-29 11:39:01 -06: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 f1d3ed9efc Remove outdated steps from Test Packaging workflow (#30018)
gen build info was removed in 5e800e0ece but I didn't realize this workflow also tested it. Gone now.
2024-08-09 17:47:20 +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 6687a3187f
Prevent action runners from being wasted on DeltaV-Bot (#831)
Stop actions from running on our bot
2024-02-13 16:12:37 +00: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
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
Moony 028fa395d8 fix bors config (#14389)
i did an oops
2023-03-04 23:56:55 +00:00
Moony 7232bf4ba4
Configure and enable bors (#14383)
* Update build-test-debug.yml

* Update build-test-release.yml

* Update test-packaging.yml

* Update validate_mapfiles.yml

* Update yaml-linter.yml

* Update validate-rsis.yml

* Update validate-rgas.yml

* Create bors.toml
2023-03-03 22:55:05 -06:00
Moony 202680ac56
Enable merge group checks for our workflows. (#14005)
* Enable merge group checks for our workflows.

* Update build-test-release.yml

* Update validate-rgas.yml

* Update validate-rsis.yml

* Update validate_mapfiles.yml

* Update yaml-linter.yml

* Update test-packaging.yml
2023-02-09 16:35:34 +00:00
metalgearsloth 0e8b8c0735
Don't run gh actions on draft prs (#13706) 2023-01-26 14:37:28 -08:00
metalgearsloth 033e87aa3b
Don't run CI For PJBot (#13188)
I have no idea what I'm doing
2022-12-26 17:37:57 -06:00
0x6273 8c52dac3f3
Update setup-dotnet in gh actions (#12261) 2022-10-30 12:05:51 -07:00
wrexbe 040d1c3aa4
Fix debug tests with engine change (#8609) 2022-06-03 02:53:57 -07:00
DrSmugleaf f98ac77179
More github action tests (#7301) 2022-05-30 19:52:27 -07:00