Skip to content

Commit

Permalink
Avoid occasional local build errors (dotnet#44268)
Browse files Browse the repository at this point in the history
- in some local cases, Helix.targets was imported though Helix.props was not
  • Loading branch information
dougbu authored Sep 30, 2022
1 parent cc55e26 commit 074e9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/BuildAfterTargetingPack/BuildAfterTargetingPack.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<Project>
<!-- Fake a unit test project unless that would prevent building this project. -->
<PropertyGroup>
<IsUnitTestProject Condition=" '$(SkipTestBuild)' == 'true' ">false</IsUnitTestProject>
<IsUnitTestProject Condition=" '$(SkipTestBuild)' != 'true' ">true</IsUnitTestProject>
<IsTestProject>$(IsUnitTestProject)</IsTestProject>
</PropertyGroup>

<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
Expand Down

0 comments on commit 074e9fa

Please sign in to comment.