Skip to content

Commit 9b54431

Browse files
committed
fix ci
1 parent defbd3f commit 9b54431

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Datamodel.NET.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1313
<IncludeSymbols>true</IncludeSymbols>
1414
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
15-
<SignAssembly>True</SignAssembly>
16-
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
1715
<NoWarn>IDE0018</NoWarn>
1816
</PropertyGroup>
19-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20-
<DocumentationFile>
21-
</DocumentationFile>
17+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
18+
<SignAssembly>True</SignAssembly>
19+
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
2220
</PropertyGroup>
2321
<ItemGroup>
2422
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>

0 commit comments

Comments
 (0)