Compare commits
2 Commits
v1.0.25-ma
...
v1.0.27-ma
Author | SHA1 | Date | |
---|---|---|---|
![]() |
2bcf79efdd | ||
![]() |
d5c101bf19 |
@@ -17,6 +17,7 @@ internal static class GcCollectPatch
|
||||
{
|
||||
// FUCK YO KEEN
|
||||
// every call results in freeze for seconds
|
||||
|
||||
private static readonly MethodBase[] _targets =
|
||||
{
|
||||
Info.OfMethod<MyPlanetTextureMapProvider>(nameof(MyPlanetTextureMapProvider.GetHeightmap)),
|
||||
|
@@ -51,8 +51,7 @@ build_script:
|
||||
- pwsh: >-
|
||||
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -f net6-windows -r win-x64 -c Release -o .\publish\
|
||||
|
||||
cmd /c "rmdir GameBinaries"
|
||||
Compress-Archive -Path .\publish\* -DestinationPath torch-server.zip
|
||||
Compress-Archive -Path .\publish\* -DestinationPath .\torch-server.zip
|
||||
artifacts:
|
||||
- path: torch-server.zip
|
||||
deploy:
|
||||
|
Reference in New Issue
Block a user