Remove installancm.ps1 from ANCM V2 package
This commit is contained in:
parent
79d098045b
commit
25fab09527
|
|
@ -57,7 +57,6 @@
|
||||||
<RepositoryRoot>$(RepositoryRoot)</RepositoryRoot>
|
<RepositoryRoot>$(RepositoryRoot)</RepositoryRoot>
|
||||||
</ArtifactInfo>
|
</ArtifactInfo>
|
||||||
<FilesToSign Include="$(AncmV2PackageOutputPath)" Certificate="$(PackageSigningCertName)" />
|
<FilesToSign Include="$(AncmV2PackageOutputPath)" Certificate="$(PackageSigningCertName)" />
|
||||||
<FilesToSign Include="$(RepositoryRoot)tools\installancm.ps1" Container="$(AncmV2PackageOutputPath)" Certificate="$(PowerShellSigningCertName)" />
|
|
||||||
|
|
||||||
<ArtifactInfo Include="$(AncmZipOutputPath)">
|
<ArtifactInfo Include="$(AncmZipOutputPath)">
|
||||||
<ArtifactType>ZipArchive</ArtifactType>
|
<ArtifactType>ZipArchive</ArtifactType>
|
||||||
|
|
|
||||||
|
|
@ -38,8 +38,7 @@
|
||||||
|
|
||||||
<file src="src\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml"/>
|
<file src="src\AspNetCoreModuleV2\AspNetCore\aspnetcore_schema_v2.xml"/>
|
||||||
<file src="src\AspNetCoreModuleV2\AspNetCore\ancm.mof" />
|
<file src="src\AspNetCoreModuleV2\AspNetCore\ancm.mof" />
|
||||||
<file src="tools\installancm.ps1"/>
|
|
||||||
<file src="LICENSE.txt"/>
|
<file src="LICENSE.txt"/>
|
||||||
<file src="$AspNetCoreModuleV2Props$" target="build\" />
|
<file src="$AspNetCoreModuleV2Props$" target="build\" />
|
||||||
</files>
|
</files>
|
||||||
</package>
|
</package>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue