-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adding PublishItemsOutputGroup to support VS installer projects #3079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…utputGroup Adding NetCorePublishItemsOutputGroup to support VS installer project scenarios
src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.NET.Publish.Tests/NetCorePublishItemsOutputGroupTests.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.NET.Publish.Tests/NetCorePublishItemsOutputGroupTests.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.NET.Publish.Tests/NetCorePublishItemsOutputGroupTests.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.NET.Publish.Tests/NetCorePublishItemsOutputGroupTests.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.NET.Publish.Tests/NetCorePublishItemsOutputGroupTests.cs
Outdated
Show resolved
Hide resolved
src/Tests/Microsoft.NET.Publish.Tests/PublishItemsOutputGroupTests.cs
Outdated
Show resolved
Hide resolved
peterhuene
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the fix for the test failure, I'm 👍 on this.
wli3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hold until preview 4 branch merge is done. After noon Monday
|
Btw i imagine this may be super useful for a lot of other project types.. i've been doing something similar as well. |
….20 (dotnet#3079) - Microsoft.DotNet.Cli.Runtime - 3.1.100-preview1.19504.20
VS installer projects need to be able to access an output group that contains publishing outputs in order to create MSIs for self contained deployment, so I'm adding PublishItemsOutputGroup to the publishing targets.