Changes to restore CentOS properly in arg forwarding test.
This commit is contained in:
parent
4c41c9699c
commit
ed5538292e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue