Arkatme
Arkatme
Explore posts from servers
CC#
Created by Arkatme on 1/24/2023 in #help
✅ Could not load file or assembly 'StackExchange.Redis
56 replies
CC#
Created by Arkatme on 11/14/2022 in #help
❔ 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?
2 replies