From 54cab2967a19185dc9ebd6822226c65d15fffa3e Mon Sep 17 00:00:00 2001 From: Piotr Zajac Date: Thu, 19 Oct 2023 18:11:30 +0200 Subject: [PATCH] Disable build against framework --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 312ae5cf..cbdac5d0 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -113,7 +113,7 @@ jobs: restore-keys: | ${{ runner.os }}-nuget- - name: 🏗️ build - run: dotnet build ./src/${{ env.Namespace }}.${{ matrix.package-module }}.sln -f ${{ matrix.target-framework }} + run: dotnet build ./src/${{ env.Namespace }}.${{ matrix.package-module }}.sln #-f ${{ matrix.target-framework }} env: CI: true StrongNameKey: ${{ secrets.SIGNING_KEY }}