From a180b0771690475829fa0625f61d438ef1617354 Mon Sep 17 00:00:00 2001 From: cxfksword <718792+cxfksword@users.noreply.github.com> Date: Fri, 24 Nov 2023 22:38:54 +0800 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3082381..d577168 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,9 +14,11 @@ jobs: - uses: actions/setup-dotnet@v3 with: dotnet-version: 6.0.x + - name: print + run: dotnet --info - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --no-restore --framework=net6.0 + run: dotnet build --no-restore # - name: Test # run: dotnet test --no-restore --verbosity normal