Skip to content

Commit 7dade5f

Browse files
committed
Remove unnecessary NPM authenticate
Now that CFS feed is public.
1 parent e22356b commit 7dade5f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.pipelines/vscode-powershell-Official.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,6 @@ extends:
7171
displayName: Use Node 18.x
7272
inputs:
7373
version: 18.x
74-
- task: npmAuthenticate@0
75-
displayName: Authenticate NPM with Azure Artifacts
76-
inputs:
77-
workingFile: .npmrc
7874
- task: PowerShell@2
7975
displayName: Install PSResources
8076
inputs:
@@ -120,15 +116,11 @@ extends:
120116
displayName: Use Node 18.x
121117
inputs:
122118
version: 18.x
123-
- task: npmAuthenticate@0
124-
displayName: Authenticate NPM with Azure Artifacts
125-
inputs:
126-
workingFile: .npmrc
127119
- task: UseDotNet@2
128-
displayName: Use .NET 8.x SDK
120+
displayName: Use .NET SDK
129121
inputs:
130122
packageType: sdk
131-
version: 8.x
123+
useGlobalJson: true
132124
- task: PowerShell@2
133125
displayName: Install PSResources
134126
inputs:
@@ -204,10 +196,6 @@ extends:
204196
steps:
205197
- download: current
206198
displayName: Download artifacts
207-
- task: npmAuthenticate@0
208-
displayName: Authenticate NPM with Azure Artifacts (for vsce)
209-
inputs:
210-
workingFile: .npmrc
211199
- pwsh: npm ci
212200
displayName: Install NPM packages (for vsce)
213201
- pwsh: |

0 commit comments

Comments
 (0)