Update certificate info for .zip and .mof files
This commit is contained in:
parent
9a9a504da3
commit
6d076dafae
|
|
@ -64,8 +64,9 @@
|
||||||
<Category>noship</Category>
|
<Category>noship</Category>
|
||||||
</ArtifactInfo>
|
</ArtifactInfo>
|
||||||
|
|
||||||
<FilesToSign Include="$(AncmZipOutputPath)" IsContainer="true" />
|
<FilesToSign Include="$(AncmZipOutputPath)" Certificate="None" IsContainer="true" />
|
||||||
<FilesToExcludeFromSigning Include="$(StressTestWebSiteZipOutputPath)" />
|
<FilesToExcludeFromSigning Include="$(StressTestWebSiteZipOutputPath)" />
|
||||||
|
<FilesToExcludeFromSigning Include="AspNetCore\ancm.mof" Container="$(BuildDir)Microsoft.AspNetCore.AspNetCoreModuleV2.$(PackageVersion).nupkg" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
version:2.2.0-preview2-20181011.10
|
version:2.2.0-preview2-20181016.3
|
||||||
commithash:224e1163a1145b60f324e0b432419ef4ba4880cc
|
commithash:17ee7986dbe75408d9e4efd94eab1003adcc3ad7
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue