@@ -3,7 +3,7 @@ echo *** Setup environment
33rmdir /s /q " publish"
44mkdir publish
55
6- call " C:\Program Files\Microsoft Visual Studio\2022 \Community\VC\Auxiliary\Build\vcvarsall.bat" x64
6+ call " C:\Program Files\Microsoft Visual Studio\18 \Community\VC\Auxiliary\Build\vcvarsall.bat" x64
77cd
88cd J:\ConformU
99
@@ -14,40 +14,40 @@ MSBuild ConformU.sln /p:Configuration=Debug /p:Platform="Any CPU" /t:Rebuild
1414echo *** Completed Build
1515
1616echo *** Publishing MacOS Intel silicon
17- dotnet publish -c Debug -p:Platform=" Any CPU" -r osx-x64 --framework net8 .0 --self-contained true /p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRunShowWarnings=true
18- bsdtar -cJf publish/conformu.macos-x64.tar.xz -C ConformU\bin\Debug\net8 .0\osx-x64\publish\ *
17+ dotnet publish -c Debug -p:Platform=" Any CPU" -r osx-x64 --framework net10 .0 --self-contained true /p:PublishTrimmed=false -p:PublishSingleFile=true -p:PublishReadyToRunShowWarnings=true
18+ bsdtar -cJf publish/conformu.macos-x64.tar.xz -C ConformU\bin\Debug\net10 .0\osx-x64\publish\ *
1919echo *** Completed MacOS Intel silicon
2020
2121echo *** Publishing MacOS Apple silicon
22- dotnet publish -c Debug -p:Platform=" Any CPU" -r osx-arm64 --framework net8 .0 --self-contained true /p:PublishTrimmed=false -p:PublishSingleFile=true
23- bsdtar -cJf publish/conformu.macos-arm64.tar.xz -C ConformU\bin\Debug\net8 .0\osx-arm64\publish\ *
22+ dotnet publish -c Debug -p:Platform=" Any CPU" -r osx-arm64 --framework net10 .0 --self-contained true /p:PublishTrimmed=false -p:PublishSingleFile=true
23+ bsdtar -cJf publish/conformu.macos-arm64.tar.xz -C ConformU\bin\Debug\net10 .0\osx-arm64\publish\ *
2424echo *** Completed MacOS Apple silicon
2525
2626echo *** Publishing Linux ARM32
27- dotnet publish -c Debug /p:Platform=" Any CPU" -r linux-arm --framework net8 .0 --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true
28- bsdtar -cJf publish/conformu.linux-arm32.needsexec.tar.xz -C ConformU\bin\Debug\net8 .0\linux-arm\publish\ *
27+ dotnet publish -c Debug /p:Platform=" Any CPU" -r linux-arm --framework net10 .0 --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true
28+ bsdtar -cJf publish/conformu.linux-arm32.needsexec.tar.xz -C ConformU\bin\Debug\net10 .0\linux-arm\publish\ *
2929echo *** Completed Linux ARM32
3030
3131echo *** Publishing Linux ARM64
32- dotnet publish -c Debug /p:Platform=" Any CPU" -r linux-arm64 --framework net8 .0 --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true
33- bsdtar -cJf publish/conformu.linux-arm64.needsexec.tar.xz -C ConformU\bin\Debug\net8 .0\linux-arm64\publish\ *
32+ dotnet publish -c Debug /p:Platform=" Any CPU" -r linux-arm64 --framework net10 .0 --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true
33+ bsdtar -cJf publish/conformu.linux-arm64.needsexec.tar.xz -C ConformU\bin\Debug\net10 .0\linux-arm64\publish\ *
3434echo *** Completed Linux ARM64
3535
3636echo *** Publishing Linux X64
37- dotnet publish -c Debug /p:Platform=" Any CPU" -r linux-x64 --framework net8 .0 --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true
38- bsdtar -cJf publish/conformu.linux-x64.needsexec.tar.xz -C ConformU\bin\Debug\net8 .0\linux-x64\publish\ *
37+ dotnet publish -c Debug /p:Platform=" Any CPU" -r linux-x64 --framework net10 .0 --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true
38+ bsdtar -cJf publish/conformu.linux-x64.needsexec.tar.xz -C ConformU\bin\Debug\net10 .0\linux-x64\publish\ *
3939echo *** Completed Linux X64
4040
4141echo *** Publishing Windows ARM 64bit
42- dotnet publish ConformU/ConformU.csproj -c Debug /p:Platform=" Any CPU" -r win-arm64 --framework net8 .0-windows --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true -o ./publish/ConformUArm64/
42+ dotnet publish ConformU/ConformU.csproj -c Debug /p:Platform=" Any CPU" -r win-arm64 --framework net10 .0-windows --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true -o ./publish/ConformUArm64/
4343echo *** Completed 64bit publish
4444
4545echo *** Publishing Windows Intel 64bit
46- dotnet publish ConformU/ConformU.csproj -c Debug /p:Platform=" Any CPU" -r win-x64 --framework net8 .0-windows --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true -o ./publish/ConformUx64/
46+ dotnet publish ConformU/ConformU.csproj -c Debug /p:Platform=" Any CPU" -r win-x64 --framework net10 .0-windows --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true -o ./publish/ConformUx64/
4747echo *** Completed 64bit publish
4848
4949echo *** Publishing Windows Intel 32bit
50- dotnet publish ConformU/ConformU.csproj -c Debug /p:Platform=" Any CPU" -r win-x86 --framework net8 .0-windows --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true -o ./publish/ConformUx86/
50+ dotnet publish ConformU/ConformU.csproj -c Debug /p:Platform=" Any CPU" -r win-x86 --framework net10 .0-windows --self-contained true /p:PublishTrimmed=false /p:PublishSingleFile=true -o ./publish/ConformUx86/
5151echo *** Completed 32bit publish
5252
5353editbin /LARGEADDRESSAWARE ./publish/ConformUx86/Conformu.exe
0 commit comments