We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e20bab commit 8b52d1cCopy full SHA for 8b52d1c
eng/Build.props
@@ -51,6 +51,10 @@
51
$(RepoRoot)src\Components\WebView\Samples\BlazorWinFormsApp\**\*.csproj;
52
$(RepoRoot)src\Components\WebView\Samples\BlazorWpfApp\**\*.csproj;
53
" />
54
+
55
+ <!-- Skipping due to build race conditions for now -->
56
+ <ProjectToExclude Include="
57
+ $(RepoRoot)src/Components/test/E2ETestMigration/Microsoft.AspNetCore.Components.Migration.E2ETests.csproj" />
58
</ItemGroup>
59
60
<Choose>
0 commit comments