Remove release only check.
authorjashook <jashoo@microsoft.com>
Wed, 16 Mar 2016 02:24:17 +0000 (19:24 -0700)
committerjashook <jashoo@microsoft.com>
Wed, 16 Mar 2016 02:24:17 +0000 (19:24 -0700)
Allows debug and checked builds to run tests on arm64 machines.

netci.groovy

index 89d5f0b..416e8de 100644 (file)
@@ -965,9 +965,7 @@ combinedScenarios.each { scenario ->
                                     assert scenario == 'default'
                                     buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} /toolset_dir C:\\ats"
 
-                                    if (lowerConfiguration == "release") {
-                                       buildCommands += "C:\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}"
-                                    }
+                                    buildCommands += "C:\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}"
                                     
                                     // Add archival.  No xunit results for arm64 windows
                                     Utilities.addArchival(newJob, "bin/Product/**")
@@ -1275,4 +1273,4 @@ build(params + [CORECLR_BUILD: coreclrBuildJob.build.number,
             } // os
         } // architecture
     } // isPR
-} // scenario
\ No newline at end of file
+} // scenario