File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 dotnet-version : 9.x
1919 - name : Build
20- run : dotnet build ./src/**/*.csproj --configuration Release --Platforem AnyCPU
20+ run : dotnet build ./src/**/*.csproj --configuration Release --Platform AnyCPU
2121 - name : Upload
2222 uses : actions/upload-artifact@v4
2323 with :
3737 with :
3838 dotnet-version : 9.x
3939 - name : Test
40- run : dotnet test ./tests/**/*Tests.csproj --configuration Release --Platforem AnyCPU --verbosity normal --settings unit-test.runsettings --logger trx --collect:"Code Coverage" --results-directory test-results
40+ run : dotnet test ./tests/**/*Tests.csproj --configuration Release --Platform AnyCPU --verbosity normal --settings unit-test.runsettings --logger trx --collect:"Code Coverage" --results-directory test-results
4141 - name : Upload
4242 uses : actions/upload-artifact@v4
4343 with :
6262 - name : Display structure of downloaded files
6363 run : ls -R
6464 - name : Pack
65- run : dotnet pack ./src/**/*.csproj --no-build --no-restore --configuration Release --Platforem AnyCPU
65+ run : dotnet pack ./src/**/*.csproj --no-build --no-restore --configuration Release --Platform AnyCPU
6666 - name : Display structure of after pack
6767 run : ls -R
6868 - name : Upload
You can’t perform that action at this time.
0 commit comments