Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The following snippet does not make much sense
Because
'%(BasePath)'
is a relative path and so%(FullPath)
does not start with it. Therefore%(TargetPath)
becomes equal to'%(FullPath)'
which is obviously unique (because these are the actual files).Here is an example produced with a template project (2.6.1) created at
~/Projects/Private/eto-test2
(~
is/Users/alex.z/
):Here is part of output of
dotnet build
if I uncomment this line:Eto/src/Eto.Mac/build/BundleDotNetCore.targets
Line 35 in f5d7804
And here's the output with a fixed version: