PowerShell tools do not populate most of MSBuild macros

Issue #199 new
Former user created an issue

For example, if you look at the sample at https://adamdriscoll.gitbooks.io/powershell-tools-documentation/content/project-system/build-eventys.html you would see that it refers to TargetPath macro. Unfortunately, if you run a simple test like: write-host $(SolutionDir) write-host $(ProjectDir) write-host $(TargetPath) You will see that only SolutionDir has value, everything else is blank.

Comments (0)

  1. Log in to comment