dotnet / dotnet/msbuild

Solution meta-project doesn't propagate target return values for custom targets

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

Description

### Steps to reproduce

Project file a.csproj
```xml


net46







```

Solution A.sln containing a.csproj.

Project file x.proj
```xml





```

Command line
```
msbuild x.proj
```
### Expected behavior

`Things: 'A;B;C'`

### Actual behavior

`Things: ''`

### Environment data
`msbuild /version` output:

```
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
```

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.