Skip to content

Commit

Permalink
[ARM32/Linux] Copy tests.zip only for CI test
Browse files Browse the repository at this point in the history
Copy tests.zip only from x64 Windows build for CI test
We can reduce saved build results of linux/arm in CI machine
  • Loading branch information
hseok-oh authored and RussKeldorph committed May 25, 2017
1 parent 6c4d14e commit 821669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ combinedScenarios.each { scenario ->

// Copy the Windows test binaries and the Corefx build binaries
copyArtifacts(WindowTestsName) {
excludePatterns('**/testResults.xml', '**/*.ni.dll')
includePatterns('bin/tests/tests.zip')
buildSelector {
latestSuccessful(true)
}
Expand Down

0 comments on commit 821669e

Please sign in to comment.