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 5541a7a commit 74f1ccaCopy full SHA for 74f1cca
src/Components/build/repo.props
@@ -27,6 +27,13 @@
27
<ProjectsToPack Include="$(RepositoryRoot)blazor\src\*\*.csproj" />
28
</ItemGroup>
29
30
+ <!--
31
+ Temporarily disabled until this runs on macOS
32
+ -->
33
+ <ItemGroup Condition="'$(BlazorAllTests)'!='true'">
34
+ <ExcludeFromTest Include="$(RepositoryRoot)test\Microsoft.AspNetCore.Components.E2ETest\Microsoft.AspNetCore.Components.E2ETest.csproj" />
35
+ </ItemGroup>
36
+
37
<ItemGroup>
38
<DotNetCoreRuntime Include="$(MicrosoftNETCoreAppPackageVersion)" />
39
0 commit comments