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

CopyToExtensionFolder task was not found #2

Open
mni82 opened this issue Jun 20, 2018 · 1 comment
Open

CopyToExtensionFolder task was not found #2

mni82 opened this issue Jun 20, 2018 · 1 comment

Comments

@mni82
Copy link

mni82 commented Jun 20, 2018

Error on Rebuilding solution.

The "CopyToExtensionFolder" 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 (x86)\MSBuild\14.0\bin" directory.

D365FONinjaDevTools
C:\Users<user>\Documents\Visual Studio 2015\Projects\D365FONinjaDevTools\D365FONinjaDevTools\D365FONinjaDevTools.csproj 326

@meeeeeGeeka
Copy link

a quick workaround was to remove the "target" line in the xml that defines the copyToExtensionFolderTask in the following file:

D365FONinjaDevTools/D365FONinjaDevTools.csproj

still, would be nice if you included this file so that we can copy it and compile it the way we're supposed to :)

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

2 participants