Skip to content

Commit

Permalink
Master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
worldbeater committed Jun 11, 2020
1 parent afed02b commit 5776dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
trigger:
- master
- main
jobs:
- job: Windows
pool:
Expand All @@ -26,7 +26,7 @@ jobs:
artifactName: 'Citrus.Avalonia'
- task: NuGetCommand@2
displayName: 'nuget push'
condition: eq(variables['Build.SourceBranch'], 'refs/heads/master')
condition: eq(variables['Build.SourceBranch'], 'refs/heads/main')
inputs:
command: 'push'
feedsToUse: 'select'
Expand Down

0 comments on commit 5776dd0

Please sign in to comment.