Error occurred during dotnet publish: 1 #255

Closed
opened 2026-01-29 16:34:57 +00:00 by claunia · 10 comments
Owner

Originally created by @srameh on GitHub (Jan 26, 2019).

Has anyone found a solution for this?
It used to work with CLI 0.0.9. But stopped working after upgrade to 2.1.
I have tired all posted solutions here with no luck. I have upgraded and downgraded the versions but no luck.

Originally created by @srameh on GitHub (Jan 26, 2019). Has anyone found a solution for this? It used to work with CLI 0.0.9. But stopped working after upgrade to 2.1. I have tired all posted solutions here with no luck. I have upgraded and downgraded the versions but no luck.
Author
Owner

@duncanawoods commented on GitHub (Jan 29, 2019):

Can you post the full output? There should be an error message.

The last time this happened to me, it was just due to overlooking a build error and it wasn't immediately obvious from the output either. Best to double check with a dotnet build.

@duncanawoods commented on GitHub (Jan 29, 2019): Can you post the full output? There should be an error message. The last time this happened to me, it was just due to overlooking a build error and it wasn't immediately obvious from the output either. Best to double check with a `dotnet build`.
Author
Owner

@srameh commented on GitHub (Feb 1, 2019):

@duncanawoods , thank you for the reply. The dotnet build does not show any errors. There are warnings but it is common. I tried it with a new vanilla app and still get the same error regardless of .net core version. Electron CLI is installed globally. Could it be my Windows development environment?

@srameh commented on GitHub (Feb 1, 2019): @duncanawoods , thank you for the reply. The dotnet build does not show any errors. There are warnings but it is common. I tried it with a new vanilla app and still get the same error regardless of .net core version. Electron CLI is installed globally. Could it be my Windows development environment?
Author
Owner

@duncanawoods commented on GitHub (Feb 4, 2019):

As I say, post the output of the tool otherwise I can't help. The warnings may be relevant and errors can appear before warnings which is what tripped me up before with the same question.

@duncanawoods commented on GitHub (Feb 4, 2019): As I say, post the output of the tool otherwise I can't help. The warnings may be relevant and errors can appear _before_ warnings which is what tripped me up before with the same question.
Author
Owner

@srameh commented on GitHub (Feb 4, 2019):

@duncanawoods
Here is the output:

C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB>electronize start
Start Electron Desktop Application...
Microsoft Windows [Version 10.0.17134.523]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB>dotnet publish -r win-x64 --output "C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\Host\bin"
Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.
  Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\MyElectronApp.BLL.csproj...
  Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj...
  Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.Entities\MyElectronApp.Models.csproj...
  Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.DAL\MyElectronApp.DAL.csproj...
  Restore completed in 377.52 ms for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.Entities\MyElectronApp.Models.csproj.
  Restore completed in 565.84 ms for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.DAL\MyElectronApp.DAL.csproj.
  Restore completed in 579.79 ms for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\MyElectronApp.BLL.csproj.
  Generating MSBuild file C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\MyElectronApp.WEB.csproj.nuget.g.props.
  Generating MSBuild file C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\MyElectronApp.WEB.csproj.nuget.g.targets.
  Restore completed in 1.79 sec for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj.
  MyElectronApp.Models -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.Entities\bin\Debug\netcoreapp2.0\MyElectronApp.Models.dll
  MyElectronApp.DAL -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.DAL\bin\Debug\netcoreapp2.0\MyElectronApp.DAL.dll
  MyElectronApp.BLL -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\bin\Debug\netcoreapp2.0\MyElectronApp.BLL.dll
Infrastructure\AseEncryptor.cs(76,30): warning CS0168: The variable 'ex' is declared but never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\AseEncryptor.cs(114,30): warning CS0168: The variable 'ex' is declared but never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Controllers\QuestionController.cs(88,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Controllers\CoursesController.cs(38,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Controllers\CoursesController.cs(198,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Controllers\CoursesController.cs(213,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Controllers\HomeController.cs(52,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Controllers\HomeController.cs(59,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\LicenseFilter.cs(23,24): warning CS0169: The field 'LicenseFilter.publicKey' is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\LicenseFilter.cs(17,24): warning CS0414: The field 'LicenseFilter.licensePath' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\LicenseFilter.cs(22,33): warning CS0414: The field 'LicenseFilter.licenseServicePublicUrl' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\LicenseFilter.cs(21,33): warning CS0414: The field 'LicenseFilter.licenseServiceUrl' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\LicenseFilter.cs(18,24): warning CS0414: The field 'LicenseFilter.publicKyePath' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
Infrastructure\LicenseFilter.cs(19,24): warning CS0414: The field 'LicenseFilter.error' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj]
  Trimmed 209 out of 449 files for a saving of 33.95 MB
  Final app size is 73.03 MB
  MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\bin\Debug\netcoreapp2.2\win-x64\Xngine.dll
  MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\bin\Debug\netcoreapp2.2\win-x64\Xngine.Views.dll
  Trimmed 209 out of 449 files for a saving of 33.95 MB
  Final app size is 73.03 MB
  MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\Host\bin\
C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB>
Error occurred during dotnet publish: 1
@srameh commented on GitHub (Feb 4, 2019): @duncanawoods Here is the output: ``` C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB>electronize start Start Electron Desktop Application... Microsoft Windows [Version 10.0.17134.523] (c) 2018 Microsoft Corporation. All rights reserved. C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB>dotnet publish -r win-x64 --output "C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\Host\bin" Microsoft (R) Build Engine version 15.9.20+g88f5fadfbe for .NET Core Copyright (C) Microsoft Corporation. All rights reserved. Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\MyElectronApp.BLL.csproj... Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj... Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.Entities\MyElectronApp.Models.csproj... Restoring packages for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.DAL\MyElectronApp.DAL.csproj... Restore completed in 377.52 ms for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.Entities\MyElectronApp.Models.csproj. Restore completed in 565.84 ms for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.DAL\MyElectronApp.DAL.csproj. Restore completed in 579.79 ms for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\MyElectronApp.BLL.csproj. Generating MSBuild file C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\MyElectronApp.WEB.csproj.nuget.g.props. Generating MSBuild file C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\MyElectronApp.WEB.csproj.nuget.g.targets. Restore completed in 1.79 sec for C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj. MyElectronApp.Models -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.Entities\bin\Debug\netcoreapp2.0\MyElectronApp.Models.dll MyElectronApp.DAL -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.DAL\bin\Debug\netcoreapp2.0\MyElectronApp.DAL.dll MyElectronApp.BLL -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\bin\Debug\netcoreapp2.0\MyElectronApp.BLL.dll Infrastructure\AseEncryptor.cs(76,30): warning CS0168: The variable 'ex' is declared but never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\AseEncryptor.cs(114,30): warning CS0168: The variable 'ex' is declared but never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Controllers\QuestionController.cs(88,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Controllers\CoursesController.cs(38,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Controllers\CoursesController.cs(198,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Controllers\CoursesController.cs(213,42): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Controllers\HomeController.cs(52,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Controllers\HomeController.cs(59,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\LicenseFilter.cs(23,24): warning CS0169: The field 'LicenseFilter.publicKey' is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\LicenseFilter.cs(17,24): warning CS0414: The field 'LicenseFilter.licensePath' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\LicenseFilter.cs(22,33): warning CS0414: The field 'LicenseFilter.licenseServicePublicUrl' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\LicenseFilter.cs(21,33): warning CS0414: The field 'LicenseFilter.licenseServiceUrl' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\LicenseFilter.cs(18,24): warning CS0414: The field 'LicenseFilter.publicKyePath' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Infrastructure\LicenseFilter.cs(19,24): warning CS0414: The field 'LicenseFilter.error' is assigned but its value is never used [C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\MyElectronApp.WEB.csproj] Trimmed 209 out of 449 files for a saving of 33.95 MB Final app size is 73.03 MB MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\bin\Debug\netcoreapp2.2\win-x64\Xngine.dll MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\bin\Debug\netcoreapp2.2\win-x64\Xngine.Views.dll Trimmed 209 out of 449 files for a saving of 33.95 MB Final app size is 73.03 MB MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\obj\Host\bin\ C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB> Error occurred during dotnet publish: 1 ```
Author
Owner

@duncanawoods commented on GitHub (Feb 4, 2019):

Thanks.

The thing that stands out is that there are two version of .net core involved:

There is 2.0

MyElectronApp.BLL -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\bin\Debug\netcoreapp2.0\MyElectronApp.BLL.dll

and 2.2

MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\bin\Debug\netcoreapp2.2\win-x64\Xngine.dll

I struggle to keep track with how sdk versions are set at build, run and publish but it sounds like there is mismatch happening between e.g.

  • what is set in .csproj
  • what is set in global.json
  • what publish will default to

Take a look at:

https://docs.microsoft.com/en-us/dotnet/core/versions/selection

  • Do you have any yellow triangles over your dependencies in visual studio?
  • Can you update your project to use 2.2?
  • What output do you get for a normal dotnet publsh?
@duncanawoods commented on GitHub (Feb 4, 2019): Thanks. The thing that stands out is that there are two version of .net core involved: There is 2.0 > MyElectronApp.BLL -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.BLL\bin\Debug\netcoreapp2.0\MyElectronApp.BLL.dll and 2.2 > MyElectronApp.WEB -> C:\Users\Admin\OneDrive\TransferLand\dashboard\MyElectronApp\MyElectronApp.WEB\bin\Debug\netcoreapp2.2\win-x64\Xngine.dll I struggle to keep track with how sdk versions are set at build, run and publish but it sounds like there is mismatch happening between e.g. - what is set in .csproj - what is set in global.json - what publish will default to Take a look at: https://docs.microsoft.com/en-us/dotnet/core/versions/selection - Do you have any yellow triangles over your dependencies in visual studio? - Can you update your project to use 2.2? - What output do you get for a normal `dotnet publsh`?
Author
Owner

@srameh commented on GitHub (Feb 5, 2019):

I managed to get rid of the warnings and update all projects to core 2.2.
Now the Electornize start command does not give the error, it starts the web server but the Electron Window does not open. Looking at the output folder, I noticed that it actually does NOT generate the Electron related folders/files.
I will share the output and my .csproj content in a bit.

@srameh commented on GitHub (Feb 5, 2019): I managed to get rid of the warnings and update all projects to core 2.2. Now the `Electornize start` command does not give the error, it starts the web server but the Electron Window does not open. Looking at the output folder, I noticed that it actually does NOT generate the Electron related folders/files. I will share the output and my .csproj content in a bit.
Author
Owner

@gfs commented on GitHub (Mar 30, 2019):

0.0.11 currently works with 2.1. You should try 2.1.9 (2.1.505 SDK)

@gfs commented on GitHub (Mar 30, 2019): 0.0.11 currently works with 2.1. You should try 2.1.9 (2.1.505 SDK)
Author
Owner

@srameh commented on GitHub (Apr 2, 2019):

Thank you GFS, I have it all setup and working.

@srameh commented on GitHub (Apr 2, 2019): Thank you GFS, I have it all setup and working.
Author
Owner

@asandersSAP commented on GitHub (Jul 12, 2019):

@srameh I know this issue has been closed but can you share your solution for how you got it to work? Maybe it's only your .csproj file?

@asandersSAP commented on GitHub (Jul 12, 2019): @srameh I know this issue has been closed but can you share your solution for how you got it to work? Maybe it's only your .csproj file?
Author
Owner

@srameh commented on GitHub (Jul 12, 2019):

I Installed the CLI globally. Here is the .csproj entry:

$(IncludeRazorContentInPack) $(IncludeRazorContentInPack) $(IncludeRazorContentInPack) PreserveNewest
@srameh commented on GitHub (Jul 12, 2019): I Installed the CLI globally. Here is the .csproj entry: <ItemGroup> <PackageReference Include="ElectronNET.API" Version="0.0.11" /> <PackageReference Include="Microsoft.AspNetCore.All" /> <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="2.2.3" /> <PackageReference Include="Microsoft.Packaging.Tools.Trimming" Version="1.1.0-preview1-26619-01" /> <PackageReference Include="Serilog.Extensions.Logging.File" Version="1.1.0" /> <PackageReference Include="SQLitePCLRaw.bundle_sqlcipher" Version="1.1.13" /> <PackageReference Include="Standard.Licensing" Version="1.1.5" /> <PackageReference Include="System.Net.Http" Version="4.3.4" /> <PackageReference Include="SQLitePCLRaw.bundle_green" Version="1.1.13" ExcludeAssets="All" /> </ItemGroup> <!--<ItemGroup> <DotNetCliToolReference Include="ElectronNET.CLI" Version="0.0.9" /> </ItemGroup>--> <ItemGroup> <Folder Include="Logs\" /> </ItemGroup> <ItemGroup> <Content Update="Views\Courses\_License.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Views\Courses\_Uploader.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> <Content Update="Views\Shared\_Error.cshtml"> <Pack>$(IncludeRazorContentInPack)</Pack> </Content> </ItemGroup> <ItemGroup> <Content Update="electron.manifest.json"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup>
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#255