Skip to content

Commit

Permalink
chore: Bump canary updater
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 11, 2024
1 parent 3a440e2 commit 107de5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/canary-updater.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@

steps:

- task: unoplatformCanaryUpdater@0
- task: unoplatformCanaryUpdater@1
displayName: 'Canary Update'
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/dev')
inputs:
solution: src/Uno.Playground.sln
branchToMerge: master
summaryFile: '$(Build.ArtifactStagingDirectory)/Canary.md'
resultFile: '$(Build.ArtifactStagingDirectory)/result.json'
nugetUpdaterVersion: 1.0.15
nugetUpdaterVersion: 1.1.0
packageAuthor: 'unoplatform,uno platform'

0 comments on commit 107de5c

Please sign in to comment.