Skip to content

Commit f1bd668

Browse files
committed
Workaround
1 parent 1076d97 commit f1bd668

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup>
14+
<!-- This works around issues with dotnet test which are fixed in https://github.com/dotnet/sdk/pull/51794 -->
15+
<!-- It can be safely removed once .NET SDK 10.0.101 is out and is used in the repo -->
16+
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
17+
1418
<RepoRoot>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)'))</RepoRoot>
1519
<ArtifactsDir Condition="'$(ArtifactsDir)' == ''">$([MSBuild]::NormalizeDirectory('$(RepoRoot)', 'artifacts'))</ArtifactsDir>
1620
<ArtifactsObjDir>$([MSBuild]::NormalizeDirectory('$(ArtifactsDir)', 'obj'))</ArtifactsObjDir>

0 commit comments

Comments
 (0)