diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index fd93eb384..62d266d2f 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -37,9 +37,10 @@ jobs: 6.0.x 7.0.x 8.0.x - source-url: https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json - env: - NUGET_AUTH_TOKEN: ${{ secrets.AZURE_NUGET_TOKEN }} + + - name: Remove Azure Artifact Feed configurations + shell: pwsh + run: Remove-Item ./NuGet.Config - name: Install PSResources shell: pwsh diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 018eaaa77..4d260d9d3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -33,9 +33,10 @@ jobs: with: cache: true cache-dependency-path: '**/packages.lock.json' - source-url: https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json - env: - NUGET_AUTH_TOKEN: ${{ secrets.AZURE_NUGET_TOKEN }} + + - name: Remove Azure Artifact Feed configurations + shell: pwsh + run: Remove-Item ./NuGet.Config - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/emacs-test.yml b/.github/workflows/emacs-test.yml index 31f840581..228343984 100644 --- a/.github/workflows/emacs-test.yml +++ b/.github/workflows/emacs-test.yml @@ -27,9 +27,10 @@ jobs: with: cache: true cache-dependency-path: '**/packages.lock.json' - source-url: https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json - env: - NUGET_AUTH_TOKEN: ${{ secrets.AZURE_NUGET_TOKEN }} + + - name: Remove Azure Artifact Feed configurations + shell: pwsh + run: Remove-Item ./NuGet.Config - name: Install PSResources shell: pwsh diff --git a/.github/workflows/vim-test.yml b/.github/workflows/vim-test.yml index b434fcb45..f347104c1 100644 --- a/.github/workflows/vim-test.yml +++ b/.github/workflows/vim-test.yml @@ -27,9 +27,10 @@ jobs: with: cache: true cache-dependency-path: '**/packages.lock.json' - source-url: https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json - env: - NUGET_AUTH_TOKEN: ${{ secrets.AZURE_NUGET_TOKEN }} + + - name: Remove Azure Artifact Feed configurations + shell: pwsh + run: Remove-Item ./NuGet.Config - name: Install PSResources shell: pwsh