Update the build instructions due to a bug
This commit is contained in:
parent
39fadf19be
commit
f2bcf5e306
8 changed files with 2 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,15 +0,0 @@
|
||||||
{
|
|
||||||
"runtimeOptions": {
|
|
||||||
"tfm": "net7.0",
|
|
||||||
"includedFrameworks": [
|
|
||||||
{
|
|
||||||
"name": "Microsoft.NETCore.App",
|
|
||||||
"version": "7.0.20"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"configProperties": {
|
|
||||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
|
||||||
"System.Runtime.TieredCompilation.QuickJit": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,4 +1,4 @@
|
||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
call runprebuild.bat
|
call runprebuild.bat
|
||||||
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:PublishTrimmed=true
|
dotnet publish --nologo -o bootstrap -c Release --self-contained true /p:PublishSingleFile=true
|
BIN
prebuild.exe
Normal file
BIN
prebuild.exe
Normal file
Binary file not shown.
|
@ -51,6 +51,7 @@ internal class Prebuild
|
||||||
[STAThread]
|
[STAThread]
|
||||||
private static void Main(string[] args)
|
private static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
//args = new string[] { "/target", "vs2022", "/excludedir", "=", "bin | obj", "/file", "../../prebuild.xml" };
|
||||||
Kernel kernel = null;
|
Kernel kernel = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue