We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea2aee commit ec5a4b1Copy full SHA for ec5a4b1
src/Microsoft.OpenApi/Microsoft.OpenApi.csproj
@@ -21,6 +21,8 @@
21
<AssemblyName>Microsoft.OpenApi</AssemblyName>
22
<RootNamespace>Microsoft.OpenApi</RootNamespace>
23
<SignAssembly>true</SignAssembly>
24
+ <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
25
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
26
</PropertyGroup>
27
28
<PropertyGroup>
0 commit comments