Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FANMixco authored Jun 9, 2024
1 parent 9da845a commit d518f65
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,10 @@ jobs:
steps:
- name: Install Mono
run: brew install mono
# You can replace 'brew install mono' with the appropriate installation method for Mono on macOS.
# Replace with the appropriate installation method for Mono on macOS.

- name: Install Xamarin.Android
run: brew install --cask xamarin-android
# Replace with the correct installation command for Xamarin.Android.

- name: Set Xamarin.iOS version
run: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 13.0.0.47
# Replace '13.0.0.47' with the desired Xamarin.iOS version.

- name: Set Xamarin.Mac version
run: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6.12.0.140
# Replace '6.12.0.140' with the desired Xamarin.Mac version.

# Add your build and test steps here

0 comments on commit d518f65

Please sign in to comment.