File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 os : [windows-latest, ubuntu-22.04, macos-latest]
13- framework : ['net462', 'net6.0', 'net8.0']
1413
1514 steps :
1615 # Prerequisites
@@ -45,14 +44,14 @@ jobs:
4544
4645 # Build & package
4746 - name : Build
48- run : pwsh make.ps1 -frameworks ${{ matrix.framework }}
47+ run : pwsh make.ps1
4948 - name : Package
50- run : pwsh make.ps1 package -frameworks ${{ matrix.framework }}
49+ run : pwsh make.ps1 package
5150
5251 # Upload package
5352 - uses : actions/upload-artifact@v4
5453 with :
55- name : packages-${{ matrix.os }}-${{ matrix.framework }}
54+ name : packages-${{ matrix.os }}
5655 path : Package/Release/Packages
5756
5857 test :
8483 with :
8584 dotnet-version : ' 9.0.x'
8685
87- # Test action
86+ # Build & Test
87+ - name : Build
88+ run : pwsh make.ps1
8889 - name : Test (${{ matrix.framework }})
8990 run : ./make.ps1 -frameworks ${{ matrix.framework }} test-all
9091 shell : pwsh
You can’t perform that action at this time.
0 commit comments