Skip to content

Commit

Permalink
Actually disable project build.
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronRobinsonMSFT committed Jul 2, 2020
1 parent 2bc49a5 commit 4e6b066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>library</OutputType>

<!-- Disable test until we get new IL build tools -->
<DisableProjectBuild>true</DisableProjectBuild>
</PropertyGroup>
<ItemGroup>
<Compile Include="CallFunctionPointers.il" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

<!-- Disable test until we get new IL build tools -->
<CLRTestTargetUnsupported>true</CLRTestTargetUnsupported>
<DisableProjectBuild>true</DisableProjectBuild>
</PropertyGroup>
<ItemGroup>
<Compile Include="TestCallingConventions.cs" />
Expand Down

0 comments on commit 4e6b066

Please sign in to comment.