From d39925d990130e43bd1bc5f51470603066c0a475 Mon Sep 17 00:00:00 2001 From: iadgovuser29 <33426478+iadgovuser29@users.noreply.github.com> Date: Sun, 12 Jan 2025 23:39:53 -0500 Subject: [PATCH] yml 20 --- .github/workflows/dotnet-build-componentclassregistry.yml | 3 --- 1 file changed, 3 deletions(-) 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: |