Skip to content

Commit

Permalink
Fix typo in fast up to date check change (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer authored May 18, 2022
1 parent 543e965 commit 0167add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NoTargets/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<DebugSymbols Condition="'$(DebugSymbols)' == ''">false</DebugSymbols>

<!-- Disable Visual Studio's Fast Up-to-date Check and rely on MSBuild to determine -->
<DisableFastUpToDateCheck Condition="'$(DisableFastUpToDateCheck )' == ''">true</DisableFastUpToDateCheck>
<DisableFastUpToDateCheck Condition="'$(DisableFastUpToDateCheck)' == ''">true</DisableFastUpToDateCheck>
</PropertyGroup>

<ItemDefinitionGroup Condition=" '$(NoTargetsDoNotReferenceOutputAssemblies)' != 'false' ">
Expand Down

0 comments on commit 0167add

Please sign in to comment.