Skip to content

Commit ec0fbff

Browse files
committed
Enable official debug functionality inside of Visual Studio.
1 parent ad171a1 commit ec0fbff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitBuildInfo.SourceGenerator/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1414
<NoWarn>$(NoWarn);NU5128;NU5127</NoWarn>
1515
<NuSpecFile>GitBuildInfo.SourceGenerator.nuspec</NuSpecFile>
16+
<IsRoslynComponent>true</IsRoslynComponent>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

0 commit comments

Comments
 (0)