build.cmd doesn't produce nuget packages #941

Closed
opened 2026-01-29 16:52:25 +00:00 by claunia · 2 comments
Owner

Originally created by @nazar322 on GitHub (Apr 17, 2024).

  • Version: 23.6.2
  • Target:

Steps to Reproduce:

The wiki states Both projects create their own nuget package. The resulting nuget packages are saved under "/artifacts".
After build.cmd completes I don't get any files in the artifacts folder.

The story is that I'm trying to ping-point issue I posted here https://github.com/ElectronNET/Electron.NET/issues/842
So I've added handlers for apiProcess's uncaughtException and unhandledRejection.
I also want to add render-process-gone listener.

The problem is I want to replace electron.net's nuget files inside %userprofile%/.dotnet and %userprofile%/.nuget with the files containing my changes but I cannot do it since nuget files missing in the artifacts folder. For instance, the plain build does not create electronize.exe executable of the CLI project.

Originally created by @nazar322 on GitHub (Apr 17, 2024). <!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: 23.6.2 <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> <!-- What target are you building for? --> * **Target**: <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> Steps to Reproduce: The wiki states `Both projects create their own nuget package. The resulting nuget packages are saved under "/artifacts".` After `build.cmd` completes I don't get any files in the `artifacts` folder. The story is that I'm trying to ping-point issue I posted here https://github.com/ElectronNET/Electron.NET/issues/842 So I've added handlers for `apiProcess's` `uncaughtException` and `unhandledRejection`. I also want to add `render-process-gone` listener. The problem is I want to replace electron.net's nuget files inside `%userprofile%/.dotnet` and `%userprofile%/.nuget` with the files containing my changes but I cannot do it since nuget files missing in the artifacts folder. For instance, the plain build does not create `electronize.exe` executable of the CLI project.
claunia added the bug label 2026-01-29 16:52:25 +00:00
Author
Owner

@gorsheninmv commented on GitHub (May 4, 2024):

What command do you use to create the packages?
Checked right now and the command build.cmd --target createpackages produces packages under the artifacts directory.

@gorsheninmv commented on GitHub (May 4, 2024): What command do you use to create the packages? Checked right now and the command `build.cmd --target createpackages` produces packages under the `artifacts` directory.
Author
Owner

@nazar322 commented on GitHub (Nov 8, 2024):

@gorsheninmv thanks!

@nazar322 commented on GitHub (Nov 8, 2024): @gorsheninmv thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#941