Add Support For .exe Packages
Open
- Dominant language
- C#
- Stars
- 729
- Forks
- 397
- Avg merge
- 3d 15m
- Merged PRs (30d)
- 149
Description
During development of https://github.com/dotnet/msbuild/pull/5626, we ran into issues trying to publish an `.exe` package.
Our workaround consisted of setting [the following](https://github.com/dotnet/msbuild/pull/5626/files/72fa298f77529e37e5177f6bf9370a06151adea9#diff-d191f280fca8bb9b2dec933188124542R8):
```xml
Microsoft.Build.UnGAC.exe
```
To avoid a `.vsix` being published.
Contributor guide
Assessment
This issue has not been assessed yet.