diff --git a/.github/workflows/dotnet-build-componentclassregistry.yml b/.github/workflows/dotnet-build-componentclassregistry.yml index d9a9030..73576b0 100644 --- a/.github/workflows/dotnet-build-componentclassregistry.yml +++ b/.github/workflows/dotnet-build-componentclassregistry.yml @@ -24,9 +24,6 @@ jobs: - name: Test working-directory: dotnet/ComponentClassRegistry run: dotnet test - - name: Pack - working-directory: dotnet/ComponentClassRegistry - run: dotnet pack - name: Install Package Tools working-directory: dotnet/ComponentClassRegistry run: |