Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build script not working #12

Closed
valadas opened this issue Jul 11, 2018 · 0 comments
Closed

Build script not working #12

valadas opened this issue Jul 11, 2018 · 0 comments
Assignees

Comments

@valadas
Copy link
Member

valadas commented Jul 11, 2018

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:

  1. Try to build in release mode
  2. 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			
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant