File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- dotnet publish -c Release -r linux-arm --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators .linux-armhf
2- dotnet publish -c Release -r linux-arm64 --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators .linux-aarch64
3- dotnet publish -c Release -r linux-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators .linux-x64
1+ dotnet publish -c Release -r linux-arm --self-contained true /p:PublishTrimmed=true -o ./bin/ascom.alpaca.simulators .linux-armhf
2+ dotnet publish -c Release -r linux-arm64 --self-contained true /p:PublishTrimmed=true -o ./bin/ascom.alpaca.simulators .linux-aarch64
3+ dotnet publish -c Release -r linux-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ascom.alpaca.simulators .linux-x64
44
5- dotnet publish -c Release -r win-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators .windows-x64
6- dotnet publish -c Release -r win-x86 --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators .windows-x86
5+ dotnet publish -c Release -r win-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ascom.alpaca.simulators .windows-x64
6+ dotnet publish -c Release -r win-x86 --self-contained true /p:PublishTrimmed=true -o ./bin/ascom.alpaca.simulators .windows-x86
77
8- dotnet publish -c Release -r osx-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators .macos-x64
8+ dotnet publish -c Release -r osx-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ascom.alpaca.simulators .macos-x64
99
1010
1111echo " Note, these builds are not Ready to Run so they will run slower"
Original file line number Diff line number Diff line change 1- dotnet publish -c Release -r linux-arm --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ASCOM.Alpaca.Simulators .linux-armhf
2- dotnet publish -c Release -r linux-arm64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ASCOM.Alpaca.Simulators .linux-aarch64
3- dotnet publish -c Release -r linux-x64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ASCOM.Alpaca.Simulators .linux-x64
1+ dotnet publish -c Release -r linux-arm --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ascom.alpaca.simulators .linux-armhf
2+ dotnet publish -c Release -r linux-arm64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ascom.alpaca.simulators .linux-aarch64
3+ dotnet publish -c Release -r linux-x64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ascom.alpaca.simulators .linux-x64
44
55cd bin
66
7- tar -cJf ASCOM.Alpaca.Simulators .linux-x64.tar.xz ASCOM.Alpaca.Simulators .linux-x64/
8- tar -cJf ASCOM.Alpaca.Simulators .linux-aarch64.tar.xz ASCOM.Alpaca.Simulators .linux-aarch64/
9- tar -cJf ASCOM.Alpaca.Simulators .linux-armhf.tar.xz ASCOM.Alpaca.Simulators .linux-armhf/
7+ tar -cJf ascom.alpaca.simulators .linux-x64.tar.xz ascom.alpaca.simulators .linux-x64/
8+ tar -cJf ascom.alpaca.simulators .linux-aarch64.tar.xz ascom.alpaca.simulators .linux-aarch64/
9+ tar -cJf ascom.alpaca.simulators .linux-armhf.tar.xz ascom.alpaca.simulators .linux-armhf/
Original file line number Diff line number Diff line change 1- dotnet publish -c Release -r osx-x64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ASCOM.Alpaca.Simulators .macos-x64
1+ dotnet publish -c Release -r osx-x64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ascom.alpaca.simulators .macos-x64
Original file line number Diff line number Diff line change 1- dotnet publish -c Release -r win-x64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ASCOM.Alpaca.Simulators .windows-x64
2- dotnet publish -c Release -r win-x86 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ASCOM.Alpaca.Simulators .windows-x86
1+ dotnet publish -c Release -r win-x64 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ascom.alpaca.simulators .windows-x64
2+ dotnet publish -c Release -r win-x86 --self-contained true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:PublishReadyToRunShowWarnings=true -o ./bin/ascom.alpaca.simulators .windows-x86
Original file line number Diff line number Diff line change 1- dotnet publish -c Release -r win-x64 --self-contained true -o ./bin/ASCOM.Alpaca.Simulators .windows-x64
2- dotnet publish -c Release -r win-x86 --self-contained true -o ./bin/ASCOM.Alpaca.Simulators .windows-x86
1+ dotnet publish -c Release -r win-x64 --self-contained true -o ./bin/ascom.alpaca.simulators .windows-x64
2+ dotnet publish -c Release -r win-x86 --self-contained true -o ./bin/ascom.alpaca.simulators .windows-x86
You can’t perform that action at this time.
0 commit comments