Skip to content

Commit

Permalink
Update uitest-ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshe456 authored Jul 12, 2024
1 parent e31ac5d commit b20578a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uitest-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ on:
# Replace these variables to match your project
env:
BUILD_CONFIGURATION: Release
DOTNET_VERSION: 7.0.x
DOTNET_VERSION: 8.0.x
MAUI_CSPROJ_TO_BUILD: MauiUITestSample/MauiUITestSample.csproj
UITEST_CSPROJ_TO_BUILD: MyAppTests/MyAppTests.csproj

# Should match the values for the TargetFrameworks node in the .NET MAUI csproj file. Also make sure this matches DOTNET_VERSION.
TFM_PREFIX: net7.0
TFM_PREFIX: net8.0

# Find this in the ApplicationId node in the .NET MAUI csproj file
APP_ID: com.companyname.mauiuitestsample
Expand Down

0 comments on commit b20578a

Please sign in to comment.