Skip to content
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

Enable or disable shipping different packages. #3995

Conversation

StephenBonikowsky
Copy link
Member

  • By default always ship WCF packages.
  • By default do not ship dotnet-svcutil.xmlserializer packages.
  • Enable or disable either one by setting their respective properties to true or false, can be done from the build definition that produces final release packages.
  • Fixes Enable shipping dotnet-svcutil.xmlserializer as needed. #3975

* By default always ship WCF packages.
* By default do not ship dotnet-svcutil.xmlserializer packages.
* Enable or disable either one by setting their respective properties to true or false, can be done from the build definition that produces final release packages.
* Fixes dotnet#3975
@StephenBonikowsky StephenBonikowsky merged commit c8c67e5 into dotnet:master Oct 28, 2019
@StephenBonikowsky StephenBonikowsky added the NET Core 3.1 Release Issues for the NET Core 3.1 release. label Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NET Core 3.1 Release Issues for the NET Core 3.1 release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable shipping dotnet-svcutil.xmlserializer as needed.
2 participants