File tree Expand file tree Collapse file tree 4 files changed +27
-14
lines changed Expand file tree Collapse file tree 4 files changed +27
-14
lines changed Original file line number Diff line number Diff line change 18
18
uses : phoenix-actions/test-reporting@v15
19
19
id : test-report
20
20
with :
21
- name : " .NET Test report"
22
- path : " *.trx"
21
+ name : " .NET Test report $1 "
22
+ path : " **/* .trx"
23
23
reporter : dotnet-trx
24
- artifact : test-results
24
+ artifact : / test-results-(.*)/
Original file line number Diff line number Diff line change 12
12
build :
13
13
strategy :
14
14
matrix :
15
- os : [windows-latest, ubuntu-latest, macos-latest]
15
+ os : [
16
+ windows-latest
17
+ , ubuntu-latest
18
+ # , macos-latest
19
+ ]
20
+ fail-fast : false
16
21
runs-on : " ${{ matrix.os }}"
17
22
env :
18
23
DOTNET_CONFIGURATION : Release
91
96
uses : actions/upload-artifact@v4
92
97
if : always()
93
98
with :
94
- name : test-results
99
+ name : test-results-${{ matrix.os }}
95
100
path : |
96
101
${{ github.workspace }}/test-results/**
97
102
@@ -107,5 +112,4 @@ jobs:
107
112
name : nuget-packages
108
113
109
114
- name : Publish to GitHub packages
110
- run : dotnet nuget push ./*.nupkg --source "https://nuget.pkg.github.com/communitytoolkit/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
111
-
115
+ run : dotnet nuget push ./*.nupkg --source "https://nuget.pkg.github.com/communitytoolkit/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 12
12
build :
13
13
strategy :
14
14
matrix :
15
- os : [windows-latest, ubuntu-latest, macos-latest]
15
+ os : [
16
+ windows-latest
17
+ , ubuntu-latest
18
+ # , macos-latest
19
+ ]
20
+ fail-fast : false
16
21
runs-on : " ${{ matrix.os }}"
17
22
env :
18
23
DOTNET_CONFIGURATION : Release
90
95
uses : actions/upload-artifact@v4
91
96
if : always()
92
97
with :
93
- name : test-results
98
+ name : test-results-${{ matrix.os }}
94
99
path : |
95
100
${{ github.workspace }}/test-results/**
96
101
@@ -142,5 +147,4 @@ jobs:
142
147
name : nuget-packages
143
148
144
149
- name : Publish to GitHub packages
145
- run : dotnet nuget push ./*.nupkg --source "https://nuget.pkg.github.com/communitytoolkit/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
146
-
150
+ run : dotnet nuget push ./*.nupkg --source "https://nuget.pkg.github.com/communitytoolkit/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 13
13
build :
14
14
strategy :
15
15
matrix :
16
- os : [windows-latest, ubuntu-latest, macos-latest]
16
+ os : [
17
+ windows-latest
18
+ , ubuntu-latest
19
+ # , macos-latest
20
+ ]
21
+ fail-fast : false
17
22
runs-on : " ${{ matrix.os }}"
18
23
env :
19
24
DOTNET_CONFIGURATION : Release
90
95
uses : actions/upload-artifact@v4
91
96
if : always()
92
97
with :
93
- name : test-results
98
+ name : test-results-${{ matrix.os }}
94
99
path : |
95
100
${{ github.workspace }}/test-results/**
96
101
@@ -159,4 +164,4 @@ jobs:
159
164
name : nuget-packages
160
165
161
166
- name : Publish to GitHub packages
162
- run : dotnet nuget push ./*.nupkg --source "https://nuget.pkg.github.com/communitytoolkit/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
167
+ run : dotnet nuget push ./*.nupkg --source "https://nuget.pkg.github.com/communitytoolkit/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments