mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix automated build for .NET releases (#2059)
* Fix automated build for .NET releases * Update build-and-release.yml * update submodule for building * Update build-and-release.yml * update consoleinteractive build * Update build-and-release.yml * set PublishSingleFile as true by default * update csproj file to include compile flag setting IncludeNativeLibrariesForSelfExtract to true removes the sni.dll output file. * update build instructions on README * move compile flags into env variable - disable compilation of PDB files - enable OSX builds
This commit is contained in:
parent
78dd3ea17e
commit
ea6788278d
4 changed files with 83 additions and 35 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<LangVersion>default</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<PublishSingleFile>true</PublishSingleFile>
|
||||
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignManifests>false</SignManifests>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue