File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 80
80
if : always()
81
81
with :
82
82
name : vscode-powershell-vsix-${{ matrix.os }}
83
- path : vscode-powershell/powershell- *.vsix
83
+ path : ' **/ *.vsix'
84
84
85
85
- name : Upload test results
86
86
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ extends:
211
211
- download : current
212
212
displayName : Download artifacts
213
213
- task : npmAuthenticate@0
214
- displayName : Install NPM packages (for vsce)
214
+ displayName : Authenticate NPM with Azure Artifacts (for vsce)
215
215
inputs :
216
216
workingFile : .npmrc
217
217
- 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