Replies: 1 comment 1 reply
-
ah yes the format for the csproj properties (msbuild task) and the dotnet tool is different. You can directly put them like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think the command line version is not splitting the extern links argument on the "|" delimiter. The arguments parser seems to put the whole extern links argument into the first element of the string array.
Beta Was this translation helpful? Give feedback.
All reactions