Skip to content

Commit

Permalink
uncomment condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Sep 17, 2020
1 parent 647db99 commit a2ca1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

- task: AzureUpload@2
displayName: Upload demo images (master)
# condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
inputs:
azureSubscription: 'UI Fabric (bac044cf-49e1-4843-8dda-1ce9662606c8)'
BlobPrefix: 'assets'
Expand Down

0 comments on commit a2ca1b9

Please sign in to comment.