Skip to content

Commit

Permalink
chore: use gzip for screener N* task (#15051)
Browse files Browse the repository at this point in the history
* chore: use gzip for screener task

* use longer cache
  • Loading branch information
layershifter authored Sep 16, 2020
1 parent 2fa4c74 commit 9fc6345
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,15 @@ jobs:
- script: yarn workspace @fluentui/docs vr:build
displayName: build FUI N* VR Test

- task: AzureUpload@1
- task: AzureUpload@2
displayName: Upload N* doc site
inputs:
SourcePath: 'packages/fluentui/docs/dist'
azureSubscription: 'UI Fabric (bac044cf-49e1-4843-8dda-1ce9662606c8)'
storage: fabricweb
ContainerName: '$web'
BlobPrefix: '$(deployBasePath)/react-northstar'
CacheControl: 'public, max-age=600000'
ContainerName: '$web'
SourcePath: 'packages/fluentui/docs/dist'
storage: fabricweb

- script: yarn workspace @fluentui/docs vr:test
displayName: start FUI N* VR Test
Expand Down

0 comments on commit 9fc6345

Please sign in to comment.