We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defbd3f commit 9b54431Copy full SHA for 9b54431
1 file changed
Datamodel.NET.csproj
@@ -12,13 +12,11 @@
12
<PublishRepositoryUrl>true</PublishRepositoryUrl>
13
<IncludeSymbols>true</IncludeSymbols>
14
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
15
- <SignAssembly>True</SignAssembly>
16
- <AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
17
<NoWarn>IDE0018</NoWarn>
18
</PropertyGroup>
19
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
- <DocumentationFile>
21
- </DocumentationFile>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <SignAssembly>True</SignAssembly>
+ <AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
22
23
<ItemGroup>
24
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
0 commit comments