Skip to content

Commit

Permalink
Update SDKAutomation.yml for Azure Pipelines (Azure#10904)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
leni-msft authored and nitegupt committed Sep 25, 2020
1 parent 5135ca0 commit d0115cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/SDKAutomation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d0115cf

Please sign in to comment.