Skip to content

Commit dfa5c5c

Browse files
committed
2 parents ea1a3e2 + bed8902 commit dfa5c5c

88 files changed

Lines changed: 33740 additions & 365 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ pool:
1111

1212
steps:
1313
- script: echo Triggering staging deployment of JSON-SCHEMAS in github, this copy files to staging blob storage!
14-
displayName: 'Staging deployment JSON-SCHEMAS'
14+
displayName: 'Production deployment JSON-SCHEMAS'
1515

1616
- task: M365CdnAssetsUpload@3
1717
inputs:
1818
SourcePath: '$(Build.Repository.LocalPath)\*'
1919
ConnectionType: 'ServiceConnection'
2020
AzureSubscription: 'Production_1CDN_Access'
2121
Environment: 'PublicCloud'
22-
ContainerName: 's01-prod'
22+
ContainerName: 's01-content'
23+
BlobPrefix: 'json-schemas/en-us/html'
2324
AllLogsToConsole: true

0 commit comments

Comments
 (0)