File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 name : test-results-${{ matrix.os }}
5555 path : TestResults/*.trx
5656 - name : Install ReportGenerator
57- run : dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.4.4
57+ run : dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.4.11
5858 - name : Merge code coverage files
5959 run : reportgenerator "-reports:${{ github.workspace }}/**/*.cobertura.xml" "-targetdir:${{ github.workspace }}/report" "-reporttypes:Cobertura" "-filefilters:-*GenerationContext*.g.cs"
6060 - name : Publish code coverage results
Original file line number Diff line number Diff line change 6666 inputs :
6767 command : custom
6868 custom : tool
69- arguments : ' install --global dotnet-reportgenerator-globaltool --version 5.4.4 '
69+ arguments : ' install --global dotnet-reportgenerator-globaltool --version 5.4.11 '
7070- script : reportgenerator "-reports:$(Build.SourcesDirectory)/**/*.cobertura.xml" "-targetdir:$(Build.SourcesDirectory)/report" "-reporttypes:Cobertura" "-filefilters:-*GenerationContext*.g.cs"
7171 displayName : Merge code coverage files
7272- task : PublishCodeCoverageResults@1
Original file line number Diff line number Diff line change 2121 </PropertyGroup >
2222
2323 <ItemGroup >
24- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.72 .1" />
25- <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.72 .1" />
26- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9.0.6 " />
24+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.74 .1" />
25+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.74 .1" />
26+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 9.0.8 " />
2727 </ItemGroup >
2828
2929</Project >
Original file line number Diff line number Diff line change 1- <Project Sdk =" MSTest.Sdk/3.9.2 " >
1+ <Project Sdk =" MSTest.Sdk/3.10.1 " >
22
33 <PropertyGroup >
44 <TargetFrameworks Condition =" $([MSBuild]::IsOSPlatform('windows'))" >net9.0;net9.0-windows10.0.17763.0</TargetFrameworks >
4444 </ItemGroup >
4545
4646 <ItemGroup >
47- <PackageReference Update =" Microsoft.Testing.Extensions.TrxReport" Version =" 1.7.2 " />
47+ <PackageReference Update =" Microsoft.Testing.Extensions.TrxReport" Version =" 1.8.1 " />
4848 </ItemGroup >
4949
5050 <ItemGroup >
51- <PackageReference Update =" MSTest.Analyzers" Version =" 3.9.2 " >
51+ <PackageReference Update =" MSTest.Analyzers" Version =" 3.10.1 " >
5252 <PrivateAssets >all</PrivateAssets >
5353 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5454 </PackageReference >
5555 </ItemGroup >
5656
5757 <ItemGroup >
58- <PackageReference Update =" MSTest.TestAdapter" Version =" 3.9.2 " />
58+ <PackageReference Update =" MSTest.TestAdapter" Version =" 3.10.1 " />
5959 </ItemGroup >
6060
6161 <ItemGroup >
62- <PackageReference Update =" MSTest.TestFramework" Version =" 3.9.2 " />
62+ <PackageReference Update =" MSTest.TestFramework" Version =" 3.10.1 " />
6363 </ItemGroup >
6464
6565</Project >
Original file line number Diff line number Diff line change 3131 </ItemGroup >
3232
3333 <ItemGroup >
34- <PackageReference Include =" Azure.Storage.Blobs" Version =" 12.24 .0" />
34+ <PackageReference Include =" Azure.Storage.Blobs" Version =" 12.25 .0" />
3535 <PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.23.0" />
36- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.6 " />
37- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.6 " />
38- <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 9.0.6 " />
39- <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9.0.6 " />
40- <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.72 .1" />
41- <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.72 .1" />
42- <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.72 .1" />
36+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.8 " />
37+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.8 " />
38+ <PackageReference Include =" Microsoft.Extensions.Configuration.CommandLine" Version =" 9.0.8 " />
39+ <PackageReference Include =" Microsoft.Extensions.Http" Version =" 9.0.8 " />
40+ <PackageReference Include =" Microsoft.Identity.Client" Version =" 4.74 .1" />
41+ <PackageReference Include =" Microsoft.Identity.Client.Broker" Version =" 4.74 .1" />
42+ <PackageReference Include =" Microsoft.Identity.Client.Extensions.Msal" Version =" 4.74 .1" />
4343 <PackageReference Include =" SkiaSharp" Version =" 3.119.0" />
4444 <PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
4545 <PackageReference Include =" System.CommandLine.Hosting" Version =" 0.4.0-alpha.22272.1" />
You can’t perform that action at this time.
0 commit comments