|
Project
|
ReSharper
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
2.5.1 |
|
State
|
Fixed |
|
Assignee
|
Andrew Serebryansky |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
No Fixed in build |
<Zip Files="@(ZipFiles)" ZipFileName="$(ZipFilename)" WorkingDirectory="$(WorkingDirectory)" />
ReSharper thinks the Zip task is not defined. But it is and works with the MSBuild utility.
There are two reasons why such 'Import' directive does not work: first of all ReSharper doesn't evaluate path's which include properties like $(MSBuildExtensionsPath) and secondly, the imported file as well as your file both should be included in your solution.