mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Fail to build when using dotnet spa templates #204
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bravecobra on GitHub (Aug 12, 2018).
Originally assigned to: @robertmuehsig, @GregorBiswanger on GitHub.
I use the angular template of https://github.com/aspnet/templating, but electronizing it fails. The dotnet publish fails at the last step trying to build the SPA
Doing the
ng buildupfront and commenting the above part out of the csproj, makes it work perfectly. So there must be something going on with the publish function being called during start.