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 Dec 14, 2018. It is now read-only.
There's an issue with post build event on netstandard library.
when executing a post build event, the $(TargetDir) et $(TargetPath) macros are empty while they are not empty on the "post build event command line" wizard on visual studio.
You can reproduce it easily by
creating a netstandard project library
put an echo "Target path is : " $(TargetPath)"
then build the project
take a look at output window
This works for $(SolutionDir) or other macros
The text was updated successfully, but these errors were encountered:
Hi,
There's an issue with post build event on netstandard library.$(TargetDir) et $ (TargetPath) macros are empty while they are not empty on the "post build event command line" wizard on visual studio.
when executing a post build event, the
You can reproduce it easily by
echo "Target path is : " $(TargetPath)"
This works for $(SolutionDir) or other macros
The text was updated successfully, but these errors were encountered: