This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Commit c37a080
Keep $(Out) property default where it can be shared among targets
This property was improperly moved to build.proj, therefore causing the
projects to stop having a default value for it, and causing F5 scenarios
to break for the VS extension authoring, which needs to package the .nupkg
from the $(Out) directory for deployment to the experimental instance.
This did work fine for CI builds, since the Out property is explicitly
passed down when building solutions and projects.1 parent 777898a commit c37a080
2 files changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
19 | 24 | | |
0 commit comments