summaryrefslogtreecommitdiff
path: root/tests/helixprep.proj
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-01-31 12:09:36 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-01-31 13:11:21 -0800
commit640662dd3ed4589cef58b31b2a408be54c969fcc (patch)
tree997e391adede36768742302858e5c384a8d9e51a /tests/helixprep.proj
parentb2b3e07625fa3308110d88cd9f013f788e02e5f7 (diff)
downloadcoreclr-640662dd3ed4589cef58b31b2a408be54c969fcc.tar.gz
coreclr-640662dd3ed4589cef58b31b2a408be54c969fcc.tar.bz2
coreclr-640662dd3ed4589cef58b31b2a408be54c969fcc.zip
Remove all '.requires_signing' files before zipping tests
Diffstat (limited to 'tests/helixprep.proj')
-rw-r--r--tests/helixprep.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/helixprep.proj b/tests/helixprep.proj
index a583f344ec..830f45e295 100644
--- a/tests/helixprep.proj
+++ b/tests/helixprep.proj
@@ -42,6 +42,8 @@
<Copy SourceFiles="$(CORE_ROOT)\xunit.console.netcore.exe"
DestinationFolder="%(XunitDlls.RootDir)%(XunitDlls.Directory)"
/>
+ <Message Text="Deleting '.requires_signing' files to avoid file name lengths exceeding MAX_PATH" Importance="Low" />
+ <Delete Files="$(DiscoveryDirectory)\**\*.requires_signing" />
<MSBuild Projects="helixprep.proj"
Properties="BuildPath=%(XunitDlls.RootDir)%(XunitDlls.Directory);ProjectName=%(XunitDlls.Filename);BuildArchiveDir=$(TestWorkingDir)archive\tests\"
Targets="ArchiveBuild" />