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
{{ message }}
This repository was archived by the owner on Sep 17, 2020. It is now read-only.
However, I'm getting the following error: The value "" resulting from evaluating the value of "$(RoslynCodeTaskFactory)" from attribute "AssemblyFile" of element <UsingTask> is not valid.
I'm trying to create a .zip file using MSBuild following this example in a .csproj targetting
netcoreapp2.0.Since MSBuild on .NET Core does not support CodeTaskFactory, I tried modifying the task by using RoslynCodeTaskFactory in the following way:
However, I'm getting the following error:
The value "" resulting from evaluating the value of "$(RoslynCodeTaskFactory)" from attribute "AssemblyFile" of element <UsingTask> is not valid.Am i doing something wrong?