diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index be283e7428..49ff27e5e5 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -222,7 +222,6 @@ extends: - script: eng\cibuild.cmd -configuration $(_BuildConfig) - -ci -prepareMachine -build -pack diff --git a/eng/restore-internal-tools.yml b/eng/restore-internal-tools.yml index dbe29003f1..57a2606523 100644 --- a/eng/restore-internal-tools.yml +++ b/eng/restore-internal-tools.yml @@ -1,5 +1,5 @@ steps: - - task: NuGetAuthenticate@0 + - task: NuGetAuthenticate@1 inputs: nuGetServiceConnections: 'devdiv/dotnet-core-internal-tooling' forceReinstallCredentialProvider: true