Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 414126e

Browse files
author
Jarret Shook
committed
Merge pull request #3751 from jashook/arm64_enable_dbg_chk
Remove release only check.
2 parents a5ca4dc + f3b99cc commit 414126e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

netci.groovy

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -965,9 +965,7 @@ combinedScenarios.each { scenario ->
965965
assert scenario == 'default'
966966
buildCommands += "set __TestIntermediateDir=int&&build.cmd ${lowerConfiguration} ${architecture} /toolset_dir C:\\ats"
967967

968-
if (lowerConfiguration == "release") {
969-
buildCommands += "C:\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}"
970-
}
968+
buildCommands += "C:\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}"
971969

972970
// Add archival. No xunit results for arm64 windows
973971
Utilities.addArchival(newJob, "bin/Product/**")
@@ -1275,4 +1273,4 @@ build(params + [CORECLR_BUILD: coreclrBuildJob.build.number,
12751273
} // os
12761274
} // architecture
12771275
} // isPR
1278-
} // scenario
1276+
} // scenario

0 commit comments

Comments
 (0)