File tree Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Expand file tree Collapse file tree 5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Refer to https://hub.docker.com/_/microsoft-dotnet-sdk for available versions
2
- FROM mcr.microsoft.com/dotnet/sdk:9.0.301 -noble@sha256:4fd7d3e5aeb6cfb75e923a54cdb0b6e858b27ad3b517837917c57c2e632b5694
2
+ FROM mcr.microsoft.com/dotnet/sdk:9.0.303 -noble@sha256:af75742bd2f6fd148504951b57a983bc410191729bf543eae467528d1bc175e5
3
3
4
4
# Installing mono makes `dotnet test` work without errors even for net472.
5
5
# But installing it takes a long time, so it's excluded by default.
Original file line number Diff line number Diff line change
1
+ path_classifiers :
2
+ library :
3
+ - ' test/**'
Original file line number Diff line number Diff line change 5
5
<ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
6
6
<CentralPackageTransitivePinningEnabled >true</CentralPackageTransitivePinningEnabled >
7
7
8
- <MicroBuildVersion >2.0.198 </MicroBuildVersion >
8
+ <MicroBuildVersion >2.0.199 </MicroBuildVersion >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
11
<PackageVersion Include =" MessagePack" Version =" 2.5.192" />
19
19
<PackageVersion Include =" System.ComponentModel.Composition" Version =" 9.0.0" />
20
20
<PackageVersion Include =" Xunit.SkippableFact" Version =" 1.5.23" />
21
21
<PackageVersion Include =" xunit" Version =" 2.9.3" />
22
- <PackageVersion Include =" xunit.v3.assert" Version =" 2 .0.3 " />
23
- <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 2 .0.3 " />
22
+ <PackageVersion Include =" xunit.v3.assert" Version =" 3 .0.0 " />
23
+ <PackageVersion Include =" xunit.v3.extensibility.core" Version =" 3 .0.0 " />
24
24
</ItemGroup >
25
25
<ItemGroup Label =" Library.Template" >
26
26
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.14.1" />
27
27
<PackageVersion Include =" Microsoft.VisualStudio.Internal.MicroBuild.NonShipping" Version =" $(MicroBuildVersion)" />
28
- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.1 " />
29
- <PackageVersion Include =" xunit.v3" Version =" 2 .0.3 " />
28
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.3 " />
29
+ <PackageVersion Include =" xunit.v3" Version =" 3 .0.0 " />
30
30
</ItemGroup >
31
31
<ItemGroup >
32
32
<!-- Put repo-specific GlobalPackageReference items in this group. -->
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ parameters:
17
17
steps :
18
18
- ${{ if and(not(parameters.IsOptProf), ne(variables['Build.Reason'], 'PullRequest')) }} :
19
19
# notice@0 requires CG detection to run first, and non-default branches don't inject it automatically.
20
- - ${{ if ne(variables['Build.SourceBranch'], 'refs/heads/ main') }} :
21
- - task : ComponentGovernanceComponentDetection@0
22
- displayName : 🔍 Component Detection
20
+ # default branch injection ( main) is happening too late for notice@0 to run successfully. Adding this as a workaround.
21
+ - task : ComponentGovernanceComponentDetection@0
22
+ displayName : 🔍 Component Detection
23
23
24
24
- task : notice@0
25
25
displayName : 🛠️ Generate NOTICE file
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 9.0.301 " ,
3
+ "version" : " 9.0.303 " ,
4
4
"rollForward" : " patch" ,
5
5
"allowPrerelease" : false
6
6
},
You can’t perform that action at this time.
0 commit comments