File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments