Skip to content

Commit ad85937

Browse files
committed
list components under npm\prefix
1 parent 20bff40 commit ad85937

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines/powershell-core.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ jobs:
6262
inputs:
6363
command: custom
6464
customCommand: install -g @azure-tools/typespec-client-generator-cli@0.15.x
65+
- task: PowerShell@2
66+
displayName: 'List npm'
67+
inputs:
68+
targetType: inline
69+
script: Get-ChildItem -Path 'C:\npm\prefix' -Recurse
70+
pwsh: true
6571
- task: PowerShell@2
6672
displayName: 'Build'
6773
inputs:

0 commit comments

Comments
 (0)