From 11d50b063c74417c3ab687e0ca89ef9df2768f38 Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Thu, 4 Apr 2024 10:26:37 -0700 Subject: [PATCH] Add a NuGet.config file to the BinaryModule mock So that Cloud Feed Services is happy. --- .github/workflows/ci-test.yml | 2 +- .pipelines/vscode-powershell-Official.yml | 2 +- test/mocks/BinaryModule/NuGet.Config | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 test/mocks/BinaryModule/NuGet.Config diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 6e7bb7f9f5..966eb9f959 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -80,7 +80,7 @@ jobs: if: always() with: name: vscode-powershell-vsix-${{ matrix.os }} - path: vscode-powershell/powershell-*.vsix + path: '**/*.vsix' - name: Upload test results uses: actions/upload-artifact@v4 diff --git a/.pipelines/vscode-powershell-Official.yml b/.pipelines/vscode-powershell-Official.yml index f54b832d0c..7a09959136 100644 --- a/.pipelines/vscode-powershell-Official.yml +++ b/.pipelines/vscode-powershell-Official.yml @@ -211,7 +211,7 @@ extends: - download: current displayName: Download artifacts - task: npmAuthenticate@0 - displayName: Install NPM packages (for vsce) + displayName: Authenticate NPM with Azure Artifacts (for vsce) inputs: workingFile: .npmrc - pwsh: npm ci diff --git a/test/mocks/BinaryModule/NuGet.Config b/test/mocks/BinaryModule/NuGet.Config new file mode 100644 index 0000000000..f04dcd5137 --- /dev/null +++ b/test/mocks/BinaryModule/NuGet.Config @@ -0,0 +1,7 @@ + + + + + + +