Remove installancm.ps1 from ANCM V2 package

This commit is contained in:
Nate McMaster 2018-10-22 09:47:54 -07:00
parent 79d098045b
commit 25fab09527
No known key found for this signature in database
GPG Key ID: A778D9601BD78810
2 changed files with 1 additions and 3 deletions

View File

@ -57,7 +57,6 @@
<RepositoryRoot>$(RepositoryRoot)</RepositoryRoot>
</ArtifactInfo>
<FilesToSign Include="$(AncmV2PackageOutputPath)" Certificate="$(PackageSigningCertName)" />
<FilesToSign Include="$(RepositoryRoot)tools\installancm.ps1" Container="$(AncmV2PackageOutputPath)" Certificate="$(PowerShellSigningCertName)" />
<ArtifactInfo Include="$(AncmZipOutputPath)">
<ArtifactType>ZipArchive</ArtifactType>

View File

@ -38,8 +38,7 @@
<file src="src\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml"/>
<file src="src\AspNetCoreModuleV2\AspNetCore\ancm.mof" />
<file src="tools\installancm.ps1"/>
<file src="LICENSE.txt"/>
<file src="$AspNetCoreModuleV2Props$" target="build\" />
</files>
</package>
</package>