Skip to content

Commit ac98b0e

Browse files
authored
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
1 parent 48fcff7 commit ac98b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/SDKAutomation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ jobs:
4141
SDK_REPO_NAME: azure-sdk-for-go
4242
Trenton:
4343
SDK_REPO_NAME: azure-sdk-for-trenton
44-
${{ if eq(variables['ENABLE_RESOURCE_MANAGER_SCHEMAS'], 'true') }}:
45-
Schema:
46-
SDK_REPO_NAME: azure-resource-manager-schemas
44+
Schema:
45+
SDK_REPO_NAME: azure-resource-manager-schemas
4746
steps:
4847
- checkout: none
4948
- script: |
@@ -80,6 +79,7 @@ jobs:
8079
-e AZURE_DEVOPS_EXT_PAT \
8180
-e BUILD_ID \
8281
sdk-automation:latest npm start
82+
condition: or(ne(variables['SDK_REPO_NAME'], 'azure-resource-manager-schemas'), endsWith(variables['SPEC_REPO'], '/azure-rest-api-specs'))
8383
env:
8484
BLOB_STORAGE_NAME: $(blob-storage-name)
8585
BLOB_STORAGE_KEY: $(blob-storage-key)

0 commit comments

Comments
 (0)