File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 run : dotnet build ${{ matrix.slnf }} -c Release /p:CopyLocalLockFileAssemblies=true
7777
7878 - name : Test
79- run : dotnet test ${{ matrix.slnf }} -c Release --no-build -l " GitHubActions;report-warnings=false" -l "trx;LogFileName=${{ matrix.os }}-test-results.trx"
79+ run : dotnet test ${{ matrix.slnf }} -c Release --no-build -l GitHubActions -l "trx;LogFileName=${{ matrix.os }}-test-results.trx"
8080
8181 # - name: Create Test Report
8282 # uses: phoenix-actions/test-reporting@4b942144e31c4039ac808d9b29945864b628a574
Original file line number Diff line number Diff line change 4444 <PackageReference Include =" Verify.Xunit" Version =" 16.8.2" />
4545 <PackageReference Include =" Verify.DiffPlex" Version =" 1.2.0" />
4646 <PackageReference Include =" PublicApiGenerator" Version =" 10.3.0" />
47- <PackageReference Include =" GitHubActionsTestLogger" Version =" 1.4.1 " />
47+ <PackageReference Include =" GitHubActionsTestLogger" Version =" 2.0.0 " />
4848 </ItemGroup >
4949
5050</Project >
You can’t perform that action at this time.
0 commit comments