dotnet builddotnet build -c Release /p:SourceLinkCreate=true /p:VersionSuffix= /p:OfficialBuild=truedotnet pack -c Release /p:SourceLinkCreate=true /p:VersionSuffix= /p:OfficialBuild=truenuget sources add -name BionicElectron -source $PWD/BionicElectronPlugin/nupkg
nuget sources add -name BionicElectronTemplate -source $PWD/BionicElectronTemplate/nupkgIn a Blazor Standalone (or Hosted Client) project execute:
nuget install BionicElectronPlugin -DirectDownload -ExcludeVersion -PackageSaveMode nuspec -o .bionicThe plugin should be now installed. Test it using:
bionic platformAnd electron should now be listed as a command.
To re-install in project, remove .bionic, re-build, re-pack and follow the last two steps under Install local plugin.