diff --git a/.github/workflows/BuildDeploy.yml b/.github/workflows/BuildDeploy.yml index ee325f6..a1c6155 100644 --- a/.github/workflows/BuildDeploy.yml +++ b/.github/workflows/BuildDeploy.yml @@ -65,10 +65,6 @@ jobs: with: name: output path: output - - - name: Pack - run: dotnet pack --configuration=${{ env.configuration }} --verbosity=minimal --no-restore - working-directory: src # Decode the base 64 encoded pfx and save the Signing_Certificate - name: Sign NuGet packages