提交 5b21bf02 编写于 作者: M Matt Mitchell

Merge pull request #9457 from CyrusNajmabadi/artifactExclude

Update what we archive after a run.
......@@ -153,8 +153,8 @@ static void addStandardJob(def myJob, String jobName, String branchName, String
addLogRotator(myJob)
addWrappers(myJob)
def includePattern = "Binaries/**/*.pdb,Binaries/**/*.xml,Binaries/**/*.log,Binaries/**/*.dmp,Binaries/**/*.zip"
def excludePattern = "Binaries/Obj/**,Binaries/Bootstrap/**"
def includePattern = "Binaries/**/*.pdb,Binaries/**/*.xml,Binaries/**/*.log,Binaries/**/*.dmp,Binaries/**/*.zip,Binaries/**/*.png,Binaries/**/*.xml"
def excludePattern = "Binaries/Obj/**,Binaries/Bootstrap/**,Binaries/**/nuget*.zip"
addArtifactArchiving(myJob, includePattern, excludePattern)
if (branchName == 'prtest') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册