Skip to content

Commit

Permalink
Embed untracked sources
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynevanasperen committed Nov 8, 2020
1 parent 989088a commit eb3088b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<LangVersion>latest</LangVersion>
<DebugType>embedded</DebugType>
<Deterministic>true</Deterministic>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ContinuousIntegrationBuild Condition="'$(APPVEYOR_BUILD_NUMBER)' != ''">true</ContinuousIntegrationBuild>
<IsTestProject>$(MSBuildProjectName.EndsWith('Tests'))</IsTestProject>
<IsSampleProject>$(MSBuildProjectName.StartsWith('Sample'))</IsSampleProject>
Expand Down

0 comments on commit eb3088b

Please sign in to comment.