File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8080 if : always()
8181 with :
8282 name : vscode-powershell-vsix-${{ matrix.os }}
83- path : vscode-powershell/powershell- *.vsix
83+ path : ' **/ *.vsix'
8484
8585 - name : Upload test results
8686 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ extends:
211211 - download : current
212212 displayName : Download artifacts
213213 - task : npmAuthenticate@0
214- displayName : Install NPM packages (for vsce)
214+ displayName : Authenticate NPM with Azure Artifacts (for vsce)
215215 inputs :
216216 workingFile : .npmrc
217217 - pwsh : npm ci
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <configuration >
3+ <packageSources >
4+ <clear />
5+ <add key =" PowerShellCore_PublicPackages" value =" https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v3/index.json" />
6+ </packageSources >
7+ </configuration >
You can’t perform that action at this time.
0 commit comments