From d0115cf997c79f970cd810ef684bf6ebb1468d86 Mon Sep 17 00:00:00 2001 From: Lei Ni <7233663+leni-msft@users.noreply.github.com> Date: Wed, 23 Sep 2020 13:29:10 +0800 Subject: [PATCH] Update SDKAutomation.yml for Azure Pipelines (#10904) * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines * Update SDKAutomation.yml for Azure Pipelines --- .azure-pipelines/SDKAutomation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/SDKAutomation.yml b/.azure-pipelines/SDKAutomation.yml index a567d468ab0b..982a0fd77d77 100644 --- a/.azure-pipelines/SDKAutomation.yml +++ b/.azure-pipelines/SDKAutomation.yml @@ -41,9 +41,8 @@ jobs: SDK_REPO_NAME: azure-sdk-for-go Trenton: SDK_REPO_NAME: azure-sdk-for-trenton - ${{ if eq(variables['ENABLE_RESOURCE_MANAGER_SCHEMAS'], 'true') }}: - Schema: - SDK_REPO_NAME: azure-resource-manager-schemas + Schema: + SDK_REPO_NAME: azure-resource-manager-schemas steps: - checkout: none - script: | @@ -80,6 +79,7 @@ jobs: -e AZURE_DEVOPS_EXT_PAT \ -e BUILD_ID \ sdk-automation:latest npm start + condition: or(ne(variables['SDK_REPO_NAME'], 'azure-resource-manager-schemas'), endsWith(variables['SPEC_REPO'], '/azure-rest-api-specs')) env: BLOB_STORAGE_NAME: $(blob-storage-name) BLOB_STORAGE_KEY: $(blob-storage-key)