We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a0b8c commit ecf6f74Copy full SHA for ecf6f74
1 file changed
.github/workflows/main.yml
@@ -11,13 +11,32 @@ on:
11
12
jobs:
13
14
- action-test:
+ action-test-macos:
15
runs-on: macos-latest
16
-
17
steps:
+ - uses: actions/checkout@v3
18
+ - name: MAUIAppVersion
19
+ uses: managedcode/MAUIAppVersion@v0.0.3-alpha
20
+ with:
21
+ csproj: tests/MauiApp.csproj
22
+ version: ${{ github.run_number }}
23
+ displayVersion: '100.500'
24
25
+ action-test-winfows:
26
+ runs-on: windows-latest
27
+ steps:
28
- uses: actions/checkout@v3
29
30
31
32
33
34
35
36
+ action-test-ubuntu:
37
+ runs-on: ubuntu-latest
38
39
40
- name: MAUIAppVersion
41
uses: managedcode/MAUIAppVersion@v0.0.3-alpha
42
with:
0 commit comments