Skip to content

Commit

Permalink
Lowercase NuGetBuild "true"
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Feb 10, 2022
1 parent dafcc07 commit 3bafb88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lombiq.HelpfulExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<PackageReference Include="OrchardCore.Module.Targets" Version="1.2.2" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' != 'True'">
<ItemGroup Condition="'$(NuGetBuild)' != 'true'">
<ProjectReference Include="..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj" Condition="Exists('..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj')" />
<ProjectReference Include="..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj" Condition="Exists('..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.csproj')" />
</ItemGroup>

<ItemGroup Condition="'$(NuGetBuild)' == 'True'">
<ItemGroup Condition="'$(NuGetBuild)' == 'true'">
<PackageReference Include="Lombiq.HelpfulLibraries" Version="0.0.21" />
</ItemGroup>

Expand Down

0 comments on commit 3bafb88

Please sign in to comment.