Skip to content

Commit 3962bec

Browse files
authored
chore: Update canary updater to remove feed that does not exist anymore and use dev feed instead
1 parent 2806909 commit 3962bec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/ci/canary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ steps:
2626
branchToMerge: 'uno'
2727
allowDowngrade: true
2828
nugetVersion: 'dev'
29-
nugetUpdaterVersion: 2.3.0-alpha.44
29+
nugetUpdaterVersion: 2.3.0-alpha.65
3030
packageAuthor: 'nventive,unoplatform'
3131
summaryFile: '$(Build.ArtifactStagingDirectory)/Canary.md'
3232
resultFile: '$(Build.ArtifactStagingDirectory)/update_result.json'
@@ -41,8 +41,8 @@ steps:
4141
branchToMerge: 'uno'
4242
allowDowngrade: true
4343
nugetVersion: 'feature.5x,dev'
44-
nugetUpdaterVersion: 2.3.0-alpha.44
44+
nugetUpdaterVersion: 2.3.0-alpha.65
4545
packageAuthor: 'nventive,unoplatform'
4646
summaryFile: '$(Build.ArtifactStagingDirectory)/Canary.md'
4747
resultFile: '$(Build.ArtifactStagingDirectory)/update_result.json'
48-
additionalPublicSources: 'https://pkgs.dev.azure.com/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/_packaging/dev-uno5/nuget/v3/index.json'
48+
additionalPublicSources: 'https://pkgs.dev.azure.com/uno-platform/1dd81cbd-cb35-41de-a570-b0df3571a196/_packaging/unoplatformdev/nuget/v3/index.json'

0 commit comments

Comments
 (0)