add xml doc for dedi

This commit is contained in:
zznty
2022-10-08 00:57:48 +07:00
parent b9c5b13236
commit 89c38764ad
2 changed files with 13 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Prepare folder structure
run: mkdir -p ./nuget/lib/net48
- name: Copy binaries
run: cp ./DedicatedServer64/*.dll ./nuget/lib/net48
run: cp ./DedicatedServer64/* ./nuget/lib/net48
- name: Create Nuget Package
run: nuget pack specs/SpaceEngineersDedicated.ReferenceAssemblies.nuspec -BasePath ./nuget -Version ${{ inputs.version }} -NonInteractive -NoPackageAnalysis -OutputFileNamesWithoutVersion
- name: Push Nuget Package

View File

@@ -20,3 +20,15 @@ DedicatedServer64/VRage.Render.dll
DedicatedServer64/VRage.Render11.dll
DedicatedServer64/VRage.Scripting.dll
DedicatedServer64/VRage.UserInterface.dll
DedicatedServer64/Sandbox.Common.xml
DedicatedServer64/Sandbox.Game.xml
DedicatedServer64/SpaceEngineers.Game.xml
DedicatedServer64/SpaceEngineers.ObjectBuilders.xml
DedicatedServer64/VRage.xml
DedicatedServer64/VRage.Game.xml
DedicatedServer64/VRage.Input.xml
DedicatedServer64/VRage.Library.xml
DedicatedServer64/VRage.Math.xml
DedicatedServer64/VRage.Render.xml
DedicatedServer64/VRage.Render11.xml
DedicatedServer64/VRage.Scripting.xml