Skip to content

Commit ecf6f74

Browse files
committed
tests different os
1 parent 98a0b8c commit ecf6f74

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,32 @@ on:
1111

1212
jobs:
1313

14-
action-test:
14+
action-test-macos:
1515
runs-on: macos-latest
16-
1716
steps:
17+
- 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'
1824

25+
action-test-winfows:
26+
runs-on: windows-latest
27+
steps:
1928
- uses: actions/checkout@v3
29+
- name: MAUIAppVersion
30+
uses: managedcode/MAUIAppVersion@v0.0.3-alpha
31+
with:
32+
csproj: tests/MauiApp.csproj
33+
version: ${{ github.run_number }}
34+
displayVersion: '100.500'
2035

36+
action-test-ubuntu:
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: actions/checkout@v3
2140
- name: MAUIAppVersion
2241
uses: managedcode/MAUIAppVersion@v0.0.3-alpha
2342
with:

0 commit comments

Comments
 (0)