You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than having to invoke dotnet deb from the command line, is it possible to create the deb package as part of the regular build process (i.e. right click project -> Build in Visual Studio). After poking around, I tried adding the following to my project file
error MSB4036: The "CreateDeb" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is "public" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with in the project file, or in the *.tasks files located in the "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\amd64" directory.
The text was updated successfully, but these errors were encountered:
Rather than having to invoke
dotnet deb
from the command line, is it possible to create the deb package as part of the regular build process (i.e. right click project -> Build in Visual Studio). After poking around, I tried adding the following to my project fileBut I get the following error:
The text was updated successfully, but these errors were encountered: