File tree 1 file changed +2
-14
lines changed
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -71,10 +71,6 @@ extends:
71
71
displayName : Use Node 18.x
72
72
inputs :
73
73
version : 18.x
74
- - task : npmAuthenticate@0
75
- displayName : Authenticate NPM with Azure Artifacts
76
- inputs :
77
- workingFile : .npmrc
78
74
- task : PowerShell@2
79
75
displayName : Install PSResources
80
76
inputs :
@@ -120,15 +116,11 @@ extends:
120
116
displayName : Use Node 18.x
121
117
inputs :
122
118
version : 18.x
123
- - task : npmAuthenticate@0
124
- displayName : Authenticate NPM with Azure Artifacts
125
- inputs :
126
- workingFile : .npmrc
127
119
- task : UseDotNet@2
128
- displayName : Use .NET 8.x SDK
120
+ displayName : Use .NET SDK
129
121
inputs :
130
122
packageType : sdk
131
- version : 8.x
123
+ useGlobalJson : true
132
124
- task : PowerShell@2
133
125
displayName : Install PSResources
134
126
inputs :
@@ -204,10 +196,6 @@ extends:
204
196
steps :
205
197
- download : current
206
198
displayName : Download artifacts
207
- - task : npmAuthenticate@0
208
- displayName : Authenticate NPM with Azure Artifacts (for vsce)
209
- inputs :
210
- workingFile : .npmrc
211
199
- pwsh : npm ci
212
200
displayName : Install NPM packages (for vsce)
213
201
- pwsh : |
You can’t perform that action at this time.
0 commit comments