Skip to content

Commit e63d802

Browse files
Don't trim binaries for non-optimized Windows builds
1 parent 425bb98 commit e63d802

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dotnet publish -c Release -r win-x64 --self-contained true /p:PublishTrimmed=true -o ./bin/ASCOM.Alpaca.Simulators.windows-x64
2-
dotnet publish -c Release -r win-x86 --self-contained true /p:PublishTrimmed=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

0 commit comments

Comments
 (0)