Skip to content

Commit

Permalink
Disable test on Helix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriySvyryd committed Jul 13, 2023
1 parent a8dab2b commit c1d9624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/EFCore.NativeAotTests/EFCore.NativeAotTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<Nullable>enable</Nullable>
<PublishAot>true</PublishAot>
<WarningsNotAsErrors>$(WarningsNotAsErrors);CS1591;SA1636;SA0001;SA1402;SA1027;SA1309;SA1201;SA1200;SA1512;SA1101</WarningsNotAsErrors>
<!-- These test projects cannot be run in helix, since there is nothing to publish. -->
<BuildHelixPayload>false</BuildHelixPayload>
<IsPublishable>false</IsPublishable>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit c1d9624

Please sign in to comment.