thangchung / clean-architecture-dotnet

🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
MIT License
1.24k stars 267 forks source link

How to install tye: 0.8.0-alpha.21301.1+0fed0b38e730cd07caf0a90287090638c110b77d #18

Closed cuno92 closed 3 years ago

cuno92 commented 3 years ago

I found that latest Pre-release version of type is 0.7.0. How can i install 0.8.0 version as Readme instruction

thangchung commented 3 years ago

@cuno92 Follows the guidance at https://github.com/dotnet/tye/blob/main/docs/getting_started.md#working-with-ci-builds

$ dotnet tool install -g Microsoft.Tye --version "0.8.0-*" --add-source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json