diff --git a/scripts/test/argument-forwarding-tests.sh b/scripts/test/argument-forwarding-tests.sh index 87cf5d423..d2d22e142 100755 --- a/scripts/test/argument-forwarding-tests.sh +++ b/scripts/test/argument-forwarding-tests.sh @@ -21,8 +21,8 @@ ArgTestRoot="$REPOROOT/test/ArgumentForwardingTests" ArgTestOutputRoot="$REPOROOT/artifacts/tests/arg-forwarding" ArgTestBin="$ArgTestOutputRoot/$CONFIGURATION/dnxcore50" -dotnet publish --framework "dnxcore50" --runtime "$RID" --output "$ArgTestOutputRoot" --configuration "$CONFIGURATION" "$ArgTestRoot/Reflector" -dotnet publish --framework "dnxcore50" --runtime "$RID" --output "$ArgTestOutputRoot" --configuration "$CONFIGURATION" "$ArgTestRoot/ArgumentForwardingTests" +dotnet publish --framework "dnxcore50" --output "$ArgTestOutputRoot" --configuration "$CONFIGURATION" "$ArgTestRoot/Reflector" +dotnet publish --framework "dnxcore50" --output "$ArgTestOutputRoot" --configuration "$CONFIGURATION" "$ArgTestRoot/ArgumentForwardingTests"