RepoToolset overrides DeployExtension set in the project file
Open
- Dominant language
- C#
- Stars
- 109
- Forks
- 85
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 1
Description
`DeployExtension` is a standard VSSDK property that controls extension deployment. Here is an example usage:
https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/d18b15f2342b52800c86a9540f95c1a51b0ddbbb/StyleCop.Analyzers/StyleCop.Analyzers.Vsix/StyleCop.Analyzers.Vsix.csproj#L21-L24
This approach does not work with RepoToolset because the `DeployExtension` property is overwritten with the value from `DeployProjectOutput`. This is unintuitive and results in example VS extension projects whose behavior is highly context-dependent and will not work if other users try to take the same approach.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.