Enable MicroBuild code signing
This commit is contained in:
parent
0324313144
commit
594b5fafe4
|
|
@ -14,9 +14,6 @@
|
||||||
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
<RepositoryRoot>$(MSBuildThisFileDirectory)</RepositoryRoot>
|
||||||
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)build\Key.snk</AssemblyOriginatorKeyFile>
|
||||||
<SignAssembly>true</SignAssembly>
|
<SignAssembly>true</SignAssembly>
|
||||||
<AssemblySigningCertName>Microsoft</AssemblySigningCertName>
|
|
||||||
<PackageSigningCertName>MicrosoftNuGet</PackageSigningCertName>
|
|
||||||
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
|
|
||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<!-- Workaround microsoft/msbuild#3626 -->
|
<!-- Workaround microsoft/msbuild#3626 -->
|
||||||
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
|
<AddSyntheticProjectReferencesForSolutionDependencies>false</AddSyntheticProjectReferencesForSolutionDependencies>
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
<EmbeddedResource Remove="wwwroot/**/LICENSE*" />
|
<EmbeddedResource Remove="wwwroot/**/LICENSE*" />
|
||||||
<None Remove="wwwroot/**/.bower.json" />
|
<None Remove="wwwroot/**/.bower.json" />
|
||||||
<None Remove="wwwroot/**/LICENSE*" />
|
<None Remove="wwwroot/**/LICENSE*" />
|
||||||
<None Include="THIRD-PARTY-NOTICES" Pack="true" PackagePath="/" />
|
<None Include="THIRD-PARTY-NOTICES.txt" Pack="true" PackagePath="/" />
|
||||||
|
|
||||||
<Content Update="**\*.cshtml" Pack="false" />
|
<Content Update="**\*.cshtml" Pack="false" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue