Skip to content

Commit

Permalink
Changing build order of netfx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Pop authored and CIPop committed Oct 9, 2018
1 parent c9569ef commit c312532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ try {
RunTests e2e\test "End-to-end tests (NetCoreApp)"
if (IsWindowsDevelopmentBox)
{
RunTests e2e\test "End-to-end tests (NET451)" "net451"
RunTests e2e\test "End-to-end tests (NET47)" "net47"
RunTests e2e\test "End-to-end tests (NET451)" "net451"
}

$verbosity = $oldVerbosity
Expand Down

0 comments on commit c312532

Please sign in to comment.