File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed
Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
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 :
You can’t perform that action at this time.
0 commit comments