Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04612e0

Browse files
author
Mitchell Hwang
committed
Testing new macos lane
1 parent 02d2ced commit 04612e0

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/build-validation.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,17 @@ jobs:
7575
- name: Report status
7676
run: |
7777
./.github/workflows/dependencies/Out-GithubActionStatus.ps1
78-
79-
80-
78+
79+
build-mono:
80+
runs-on: macos-latest
81+
steps:
82+
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
83+
- name: Setup .NET SDK 6
84+
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
85+
run: |
86+
echo "Installing dotnet version ${{ env.DOTNET_INSTALLER_CHANNEL }}"
87+
.\dotnet-install.ps1 -InstallDir "c:\program files\dotnet" -Version 6.0.100-alpha.1.20529.2
88+
- name: Publish mono iOS sample
89+
run: |
90+
cd ./core/mono-samples/iOS
91+
dotnet publish

0 commit comments

Comments
 (0)