Skip to content

Commit

Permalink
Use new service connection in release pipelines (microsoft#14070)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Jul 17, 2020
1 parent 34da57c commit 19d5313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.release-fluentui.yml
Expand Up @@ -38,7 +38,7 @@ steps:
displayName: Upload docs site
inputs:
SourcePath: 'packages/fluentui/docs/dist'
azureSubscription: 'UI Fabric (bac044cf-49e1-4843-8dda-1ce9662606c8)'
azureSubscription: 'Azure: UI Fabric'
storage: fluentsite
ContainerName: '$web'
BlobPrefix: ''
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.release.yml
Expand Up @@ -128,7 +128,7 @@ steps:
displayName: Upload Package Manifest
inputs:
SourcePath: 'package-manifest.json'
azureSubscription: 'UI Fabric (bac044cf-49e1-4843-8dda-1ce9662606c8)'
azureSubscription: 'Azure: UI Fabric'
storage: fabricweb
ContainerName: 'fabric'
BlobPrefix: 'package-manifest/latest'

0 comments on commit 19d5313

Please sign in to comment.