Skip to content

Commit

Permalink
Merge pull request #14 from sabinio/masternotmain
Browse files Browse the repository at this point in the history
master not main
  • Loading branch information
RichieBzzzt committed Feb 19, 2021
2 parents e32f1a5 + 45ec83a commit ffb0972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yaml
Expand Up @@ -82,7 +82,7 @@ steps:
path: $(Build.ArtifactStagingDirectory)\adls2.folder.access.tools

- task: PowerShell@2
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
displayName: "Publish to PowerShellGallery"
inputs:
targetType: "inline"
Expand Down

0 comments on commit ffb0972

Please sign in to comment.