Skip to content

Commit b54be4c

Browse files
Clean up
1 parent 784812c commit b54be4c

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<!-- Suppress NU1507 (multiple package sources with CPM) -->
4-
<NoWarn>$(NoWarn);NU1507</NoWarn>
4+
<NoWarn>$(NoWarn);NU1507;MSTEST0001</NoWarn>
5+
<WarningsNotAsErrors>$(WarningsNotAsErrors);MSTEST0001</WarningsNotAsErrors>
56
</PropertyGroup>
67
<ItemGroup>
78
<PackageReference Include="Nerdbank.GitVersioning" PrivateAssets="all" />

test/Hyperbee.Pipeline.Auth.Tests/Hyperbee.Pipeline.Auth.Tests.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
32
<PropertyGroup>
43
<Nullable>enable</Nullable>
54
<IsPackable>false</IsPackable>
65
<IsTestProject>true</IsTestProject>
76
</PropertyGroup>
8-
97
<ItemGroup>
108
<PackageReference Include="coverlet.collector" />
119
<PackageReference Include="Microsoft.NET.Test.Sdk" />

test/Hyperbee.Pipleline.Benchmark/BenchmarkConfig.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public Config()
2020
.WithRuntime( CoreRuntime.Core80 )
2121
.WithId( ".NET 8" ) );
2222

23-
2423
AddJob( Job.ShortRun
2524
.WithRuntime( CoreRuntime.Core90 )
2625
.WithId( ".NET 9" ) );

0 commit comments

Comments
 (0)