From 15af03ddb4b1b40971e8458dff55686a06ac995a Mon Sep 17 00:00:00 2001 From: Meysam Hadeli <35596795+meysamhadeli@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:27:19 +0330 Subject: [PATCH] chore: update build ci pipeline --- .github/actions/build/action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 1422499f..2747b426 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -33,9 +33,6 @@ 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