Commit 6ea0cd04 authored by mgravell's avatar mgravell

set source root if needed

parent 4d57eafb
...@@ -27,6 +27,9 @@ ...@@ -27,6 +27,9 @@
<Deterministic>true</Deterministic> <Deterministic>true</Deterministic>
<EmbedUntrackedSources>true</EmbedUntrackedSources> <EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup> </PropertyGroup>
<ItemGroup Condition="'$(Configuration)' == 'Release' and '$(SourceRoot)'==''">
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
</ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" PrivateAssets="all" /> <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.74" PrivateAssets="all" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment