dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Dont overwrite dotnet env vars when transforming projects into containers #1480

Closed josdeweger closed 1 year ago

josdeweger commented 1 year ago

Fixes #1476

dnfadmin commented 1 year ago

CLA assistant check
All CLA requirements met.

davidfowl commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
Azure Pipelines successfully started running 1 pipeline(s).
davidfowl commented 1 year ago

@josdeweger The whitespace police came for your PR 😄

davidfowl commented 1 year ago

Thanks for the fix!

josdeweger commented 1 year ago

Thanks for the fix!

Thanks for merging @davidfowl !

davidfowl commented 1 year ago

Thanks for the change!