Add stress test zip as an asset (#1243)

This commit is contained in:
Pavel Krymets 2018-08-15 16:14:37 -07:00 committed by GitHub
parent 60ca38ab56
commit 56236f6a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -58,9 +58,17 @@
<Category>shipoob</Category>
</ArtifactInfo>
<ArtifactInfo Include="$(StressTestWebSiteZipOutputPath)">
<ArtifactType>ZipArchive</ArtifactType>
<RepositoryRoot>$(RepositoryRoot)</RepositoryRoot>
<Category>noship</Category>
</ArtifactInfo>
<FilesToSign Include="$(AncmZipOutputPath)" IsContainer="true" />
<FilesToSign Include="@(Components->'%(BaseOutputPath)/%(Platform)/%(NativeAsset).dll')" Container="$(AncmZipOutputPath)" Certificate="$(AssemblySigningCertName)" />
<FilesToExcludeFromSigning Include="$(StressTestWebSiteZipOutputPath)" />
</ItemGroup>
</Target>