- Electronize Version: 13.5.1
Steps to Reproduce:
- use the latest .NET 7.x
- trigger
electronize build /target linux ./*.sln
Due to dotnet/sdk#29065, you can no longer use --output when publishing. Now instead, pass /p:PublishDir=.. to the build command. This will require changes in a couple of places in the source code.
Steps to Reproduce:
electronize build /target linux ./*.slnDue to dotnet/sdk#29065, you can no longer use
--outputwhen publishing. Now instead, pass/p:PublishDir=..to the build command. This will require changes in a couple of places in the source code.