We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f40ba commit dff3c7eCopy full SHA for dff3c7e
build/workflow/stage-build-ios.yml
@@ -20,7 +20,7 @@ jobs:
20
CI_Build: true
21
22
pool:
23
- vmImage: 'macOS-15'
+ vmImage: 'macOS-14'
24
25
variables:
26
- group: unoplatform.apple.ios.appstore.distribution
@@ -124,8 +124,6 @@ jobs:
124
steps:
125
- template: templates/dotnet-workload-install-mac.yml
126
- template: templates/canary-updater.yml
127
- - template: templates/gitversion.yml
128
- - template: templates/set-app-versions.yml
129
130
- bash: |
131
chmod +x $(build.sourcesdirectory)/build/workflow/scripts/ios-uitest-build.sh
build/workflow/stage-uitests-android.yml
@@ -43,7 +43,7 @@
43
SAMPLEAPP_PACKAGE_NAME: uno.platform.toolkit
44
45
46
47
48
49
- checkout: self
0 commit comments