File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Expand file tree Collapse file tree 5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 8484
8585 - name : Upload test results to Codecov
8686 if : ${{ !cancelled() }}
87- uses : codecov/test-results- action@v1
87+ uses : codecov/codecov- action@v5
8888 with :
8989 fail_ci_if_error : true
90+ report_type : test_results
9091 files : TestResults/JUnit/*.xml
9192 disable_search : true
9293 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SPDX-License-Identifier: GPL-3.0-only
1010 <PackageVersion Include =" Dorssel.GitVersion.MsBuild" Version =" 1.1.1" />
1111 <!-- Usbipd -->
1212 <PackageVersion Include =" Microsoft.Extensions.Hosting.WindowsServices" Version =" 10.0.0" />
13- <PackageVersion Include =" Microsoft.Windows.CsWin32" Version =" 0.3.242 " />
13+ <PackageVersion Include =" Microsoft.Windows.CsWin32" Version =" 0.3.248 " />
1414 <PackageVersion Include =" System.CommandLine" Version =" 2.0.0" />
1515 <!-- Usbipd.PowerShell -->
1616 <PackageVersion Include =" PowerShellStandard.Library" Version =" 5.1.1" />
Original file line number Diff line number Diff line change 3737 },
3838 "Microsoft.Windows.CsWin32" : {
3939 "type" : " Direct" ,
40- "requested" : " [0.3.242 , )" ,
41- "resolved" : " 0.3.242 " ,
42- "contentHash" : " qUTrmWABBC/mVzedGUKFc284objqsT9E3IFSALiy5jlxIbfFkiC1KZxrPPLqi/RMDZAEGwT2RtaaQYc02N0GPw ==" ,
40+ "requested" : " [0.3.248 , )" ,
41+ "resolved" : " 0.3.248 " ,
42+ "contentHash" : " aB6vLNJBq5RdMqYhCK6VOaycoJ/3Vhrno1BpvziV5J8HTBGWSiaePZsDkIVpb7koDFkQrlzLwgaqf1Io1mZTkA ==" ,
4343 "dependencies" : {
4444 "Microsoft.Windows.SDK.Win32Docs" : " 0.1.42-alpha" ,
4545 "Microsoft.Windows.SDK.Win32Metadata" : " 65.0.8-preview" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ SPDX-License-Identifier: GPL-3.0-only
4646 <PackageReference Include =" Microsoft.Windows.CsWin32" PrivateAssets =" all" />
4747 <PackageReference Include =" System.CommandLine" />
4848 <!-- Fix for GitHub build ... reason unknown -->
49- <PackageDownload Include =" Microsoft.NETCore.App.Runtime.NativeAOT.win-x64" Version =" [10.0.0]" />
49+ <PackageDownload Condition = " $(ContinuousIntegrationBuild) " Include =" Microsoft.NETCore.App.Runtime.NativeAOT.win-x64" Version =" [10.0.0]" />
5050 </ItemGroup >
5151
5252 <ItemGroup >
Original file line number Diff line number Diff line change 3333 },
3434 "Microsoft.Windows.CsWin32" : {
3535 "type" : " Direct" ,
36- "requested" : " [0.3.242 , )" ,
37- "resolved" : " 0.3.242 " ,
38- "contentHash" : " qUTrmWABBC/mVzedGUKFc284objqsT9E3IFSALiy5jlxIbfFkiC1KZxrPPLqi/RMDZAEGwT2RtaaQYc02N0GPw ==" ,
36+ "requested" : " [0.3.248 , )" ,
37+ "resolved" : " 0.3.248 " ,
38+ "contentHash" : " aB6vLNJBq5RdMqYhCK6VOaycoJ/3Vhrno1BpvziV5J8HTBGWSiaePZsDkIVpb7koDFkQrlzLwgaqf1Io1mZTkA ==" ,
3939 "dependencies" : {
4040 "Microsoft.Windows.SDK.Win32Docs" : " 0.1.42-alpha" ,
4141 "Microsoft.Windows.SDK.Win32Metadata" : " 65.0.8-preview" ,
You can’t perform that action at this time.
0 commit comments