Skip to content

Commit ec5a4b1

Browse files
committed
Add EmbedUntrackedSources
1 parent cea2aee commit ec5a4b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Microsoft.OpenApi/Microsoft.OpenApi.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<AssemblyName>Microsoft.OpenApi</AssemblyName>
2222
<RootNamespace>Microsoft.OpenApi</RootNamespace>
2323
<SignAssembly>true</SignAssembly>
24+
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
25+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2426
</PropertyGroup>
2527

2628
<PropertyGroup>

0 commit comments

Comments
 (0)