Compare commits
4 Commits
v1.0.22-ma
...
v1.0.26-ma
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d5c101bf19 | ||
![]() |
e9841b4de1 | ||
![]() |
aea0011683 | ||
![]() |
d10528f9fe |
@@ -161,6 +161,5 @@
|
||||
<ItemGroup>
|
||||
<Page Remove="Views\WorldSelectControl.xaml" />
|
||||
<None Include="..\NLog.config" Visible="false" CopyToOutputDirectory="PreserveNewest" CopyToPublishDirectory="Always" />
|
||||
<None Include="..\Dockerfile" Visible="false" CopyToPublishDirectory="Always" />
|
||||
</ItemGroup>
|
||||
</Project>
|
@@ -47,14 +47,11 @@ install:
|
||||
cache:
|
||||
- c:\steam\dedi\
|
||||
- c:\steam\cmd\
|
||||
before_build:
|
||||
- pwsh: dotnet restore .\Torch.Server\Torch.Server.csproj
|
||||
build_script:
|
||||
- pwsh: >-
|
||||
dotnet publish .\Torch.Server\Torch.Server.csproj --self-contained -c Release -o .\publish\
|
||||
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