I tried both of these syntaxes
<MsiPackage SourceFile="$(TestProject With Server Components.TargetPath)" />
and
<MsiPackage SourceFile="$(var.TestProject With Server Components.TargetPath)" />
Getting error:
Undefined preprocessor variable '$(var.TestProject With Server Components.TargetPath)'
It was running till v3, after doing the upgrade facing this issue. Could anyone please suggest, how to resolve this issue.
New contributor
Prakash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.