@@ -99,6 +99,8 @@ stages:
9999 path : s/autorest
100100
101101 - checkout : azure-sdk-tools
102+
103+ - task : NuGetAuthenticate@1
102104
103105 - task : UseNode@1
104106 displayName : ' Install Node.js'
@@ -208,6 +210,8 @@ stages:
208210 steps :
209211 - checkout : azure-sdk-tools
210212
213+ - task : NuGetAuthenticate@1
214+
211215 - task : UseNode@1
212216 displayName : ' Install Node.js'
213217 inputs :
@@ -285,6 +289,8 @@ stages:
285289
286290 - checkout : azure-sdk-tools
287291
292+ - task : NuGetAuthenticate@1
293+
288294 - task : UseNode@1
289295 displayName : ' Install Node.js'
290296 inputs :
@@ -348,6 +354,8 @@ stages:
348354 path : s/autorest
349355 - checkout : azure-sdk-tools
350356
357+ - task : NuGetAuthenticate@1
358+
351359 - task : UseNode@1
352360 displayName : ' Install Node.js'
353361 inputs :
@@ -411,6 +419,7 @@ stages:
411419 steps :
412420 - checkout : self
413421 - checkout : azure-sdk-tools
422+ - task : NuGetAuthenticate@1
414423 - template : /eng/common/pipelines/templates/steps/sparse-checkout.yml
415424 parameters :
416425 Paths :
@@ -422,6 +431,10 @@ stages:
422431 Commitish : $(branchName)
423432 SkipCheckoutNone : true
424433
434+ - task : UseDotNet@2
435+ inputs :
436+ useGlobalJson : true
437+
425438 - task : UseNode@1
426439 displayName : ' Install Node.js'
427440 inputs :
0 commit comments