Skip to content

Commit

Permalink
Merge pull request #927 from AzureAD/azure-pipelines-fix-master
Browse files Browse the repository at this point in the history
Update azure-pipelines.yml for Azure Pipelines
  • Loading branch information
DarylThayil committed Aug 14, 2019
2 parents ff8b214 + d357c44 commit 9c02f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-core/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pool:
name: Hosted VS2017
dependsOn: rolling_VS2017_build
condition: and(succeeded('rolling_VS2017_build'), eq(variables['Build.SourceBranch'], 'master'))
condition: and(succeeded('rolling_VS2017_build'), eq(variables['Build.SourceBranchName'], 'master'))
steps:
- task: ArchiveFiles@2
inputs:
Expand Down

0 comments on commit 9c02f26

Please sign in to comment.