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
The build script is looking for the msbuild.community.tasks.dll in the build folder instead of the nuget packages folder
To Reproduce
Steps to reproduce the behavior:
Try to build in release mode
The build fails because the system is unable to located the file in the build directory
Expected behavior
It should use the downloaded nuget package instead
Error log
Severity Code Description Project File Line Suppression State
Error The "MSBuild.Community.Tasks.XmlRead" task could not be loaded from the assembly C:\Users\Daniel Valadas\Source\Repos\DNN.Wiki\BuildScripts\MSBuild.Community.Tasks.dll. Could not load file or assembly 'file:///C:\Users\Daniel Valadas\Source\Repos\DNN.Wiki\BuildScripts\MSBuild.Community.Tasks.dll' or one of its dependencies. The system cannot find the file specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. DotNetNuke.Wiki
The text was updated successfully, but these errors were encountered:
Describe the bug
The build script is looking for the msbuild.community.tasks.dll in the build folder instead of the nuget packages folder
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should use the downloaded nuget package instead
Error log
The text was updated successfully, but these errors were encountered: