From 0dfbd7a34dd5d30d6a98b977cf0cfaf0691632b3 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Fri, 25 Jun 2021 12:04:57 -0700 Subject: [PATCH] autorest repo needs to checkout from master still (#19499) --- eng/pipelines/templates/steps/verify-autorest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/steps/verify-autorest.yml b/eng/pipelines/templates/steps/verify-autorest.yml index e3ead84f168c..6b33ff49bfd7 100644 --- a/eng/pipelines/templates/steps/verify-autorest.yml +++ b/eng/pipelines/templates/steps/verify-autorest.yml @@ -38,7 +38,7 @@ steps: - "/*" Repositories: - Name: "Azure/autorest.python" - Commitish: "main" + Commitish: "master" WorkingDirectory: "$(Build.SourcesDirectory)/autorest.python" SkipDefaultCheckout: true