C
C#2y ago
Arkatme

❔ Jenkins Pipeline with dotnet test

The test run parameter argument 'TestRunParameters.Parameter(name=pathToExe, value=C:\\Jenkins\\workspace\\build_and_test_vr_client\\Builds\\output\\OMS.exe)' is invalid. Please use the format below.
Format: TestRunParameters.Parameter(name=\"<name>\", value=\"<value>\")
The test run parameter argument 'TestRunParameters.Parameter(name=pathToExe, value=C:\\Jenkins\\workspace\\build_and_test_vr_client\\Builds\\output\\OMS.exe)' is invalid. Please use the format below.
Format: TestRunParameters.Parameter(name=\"<name>\", value=\"<value>\")
getting this error ^^ from my jenkins pipeline dotnet test \"${workspace}\\Automated Tests\\Automated Tests.csproj\" -- TestRunParameters.Parameter(name=\"pathToExe\", value=\"${workspace}\\Builds\\output\\OMS.exe\") is what im using. Am I doing something obviously stupidly wrong?
1 Reply
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.