dotnet / dotnet/msbuild

RecursiveDir metadata is lost if glob is expanded through a msbuild task in targets

Open
#3,121 0 comments 6 reactions 0 assignees View on GitHub
triaged
Dominant language
C#
Stars
5.5k
Forks
1.5k
Avg merge
1d 13h
Merged PRs (30d)
133

Description

Repro:

```
s:\work\repro_rohit_target_recursivedir>type test.proj






s:\work\repro_rohit_target_recursivedir>msbuild /v:m
```

The impacted scenario is ```dotnet.exe pack``` , which provides an extension to run a target in inner build to pack tfm specific content into a package. Due to this bug, users cannot provide globbing paths and expect pack to construct the target path in the package based on RecursiveDir value.

CC: @rainersigwald

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.