1- dotnet publish - c Release -f net8 .0 - r win- x86 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
2- dotnet publish - c Release -f net8 .0 - r win- x64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
3- dotnet publish - c Release -f net8 .0 - r win- arm64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
4- dotnet publish - c Release -f net8 .0 - r linux- x64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
5- dotnet publish - c Release -f net8 .0 - r linux- arm64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
6- dotnet publish - c Release -f net8 .0 - r osx- x64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
7- dotnet publish - c Release -f net8 .0 - r osx- arm64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
1+ dotnet publish - c Release -f net9 .0 - r win- x86 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
2+ dotnet publish - c Release -f net9 .0 - r win- x64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
3+ dotnet publish - c Release -f net9 .0 - r win- arm64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
4+ dotnet publish - c Release -f net9 .0 - r linux- x64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
5+ dotnet publish - c Release -f net9 .0 - r linux- arm64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
6+ dotnet publish - c Release -f net9 .0 - r osx- x64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
7+ dotnet publish - c Release -f net9 .0 - r osx- arm64 -- self- contained= false - p:PublishSingleFile= true - p:DebugType= None IRDKit\IRDKit.csproj
88
9- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/win-x86/publish/irdkit.exe" - Destination " ./irdkit-win-x86.zip" - CompressionLevel " Optimal"
10- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/win-x64/publish/irdkit.exe" - Destination " ./irdkit-win-x64.zip" - CompressionLevel " Optimal"
11- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/win-arm64/publish/irdkit.exe" - Destination " ./irdkit-win-arm64.zip" - CompressionLevel " Optimal"
12- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/linux-x64/publish/irdkit" - Destination " ./irdkit-linux-x64.zip" - CompressionLevel " Optimal"
13- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/linux-arm64/publish/irdkit" - Destination " ./irdkit-linux-arm64.zip" - CompressionLevel " Optimal"
14- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/osx-x64/publish/irdkit" - Destination " ./irdkit-osx-x64.zip" - CompressionLevel " Optimal"
15- Compress-Archive - Path " ./IRDKit/bin/Release/net8 .0/osx-arm64/publish/irdkit" - Destination " ./irdkit-osx-arm64.zip" - CompressionLevel " Optimal"
9+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/win-x86/publish/irdkit.exe" - Destination " ./irdkit-win-x86.zip" - CompressionLevel " Optimal"
10+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/win-x64/publish/irdkit.exe" - Destination " ./irdkit-win-x64.zip" - CompressionLevel " Optimal"
11+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/win-arm64/publish/irdkit.exe" - Destination " ./irdkit-win-arm64.zip" - CompressionLevel " Optimal"
12+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/linux-x64/publish/irdkit" - Destination " ./irdkit-linux-x64.zip" - CompressionLevel " Optimal"
13+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/linux-arm64/publish/irdkit" - Destination " ./irdkit-linux-arm64.zip" - CompressionLevel " Optimal"
14+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/osx-x64/publish/irdkit" - Destination " ./irdkit-osx-x64.zip" - CompressionLevel " Optimal"
15+ Compress-Archive - Path " ./IRDKit/bin/Release/net9 .0/osx-arm64/publish/irdkit" - Destination " ./irdkit-osx-arm64.zip" - CompressionLevel " Optimal"
0 commit comments