Thanks to visit codestin.com Credit goes to github.com
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 02d2ced commit 04612e0Copy full SHA for 04612e0
.github/workflows/build-validation.yml
@@ -75,6 +75,17 @@ jobs:
75
- name: Report status
76
run: |
77
./.github/workflows/dependencies/Out-GithubActionStatus.ps1
78
-
79
80
+
+ build-mono:
+ 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
90
+ cd ./core/mono-samples/iOS
91
+ dotnet publish
0 commit comments