Skip to content

Commit

Permalink
chore: Roll back to net8 for ios tests compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Dec 8, 2024
1 parent 7493828 commit 5bd903f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/scripts/ios-uitest-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ IFS=$'\n\t'
export UNO_UITEST_IOS_PROJECT=$BUILD_SOURCESDIRECTORY/Uno.Gallery

cd $UNO_UITEST_IOS_PROJECT
dotnet build -p:TargetFrameworkOverride=net9.0-ios -r iossimulator-x64 -c Release -p:IsUiAutomationMappingEnabled=True -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/ios-app.binlog
dotnet build -p:TargetFrameworkOverride=net8.0-ios -r iossimulator-x64 -c Release -p:IsUiAutomationMappingEnabled=True -bl:$BUILD_ARTIFACTSTAGINGDIRECTORY/ios-app.binlog
4 changes: 2 additions & 2 deletions build/stage-uitests-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- template: templates/dotnet-install-mac.yml
parameters:
UnoCheckParameters: '--tfm net9.0-ios'
UnoCheckParameters: '--tfm net8.0-ios'

- template: templates/xcode-select.yml
parameters:
Expand All @@ -33,7 +33,7 @@
- task: CopyFiles@2
displayName: Copy Build Output
inputs:
SourceFolder: $(build.sourcesdirectory)/Uno.Gallery/bin/Release/net9.0-ios/iossimulator-x64/Uno.Gallery.app
SourceFolder: $(build.sourcesdirectory)/Uno.Gallery/bin/Release/net8.0-ios/iossimulator-x64/Uno.Gallery.app
Contents: '**'
TargetFolder: $(Build.ArtifactStagingDirectory)/Uno.Gallery.app

Expand Down

0 comments on commit 5bd903f

Please sign in to comment.