diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index db0315f0..44dcc5a8 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 }}