mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-04-26 23:57:35 +08:00
fix: Fix build ci pipeline with .net 8
This commit is contained in:
parent
ef72d64700
commit
a75ac09648
3
.github/actions/build/action.yml
vendored
3
.github/actions/build/action.yml
vendored
@ -33,6 +33,9 @@ runs:
|
||||
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
with:
|
||||
dotnet-version: "8.0.x"
|
||||
dotnet-quality: "preview"
|
||||
|
||||
# https://learn.microsoft.com/en-us/dotnet/core/tools/global-tools
|
||||
- name: Restore .NET Tools
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user