You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current approach to using Invoke-Expression to launch nuget, xunit and dotCover exe's will fail if there is a space in the working folder path. It can be fixed by using call operator "&" and single quoted paths in conjunction with Invoke-Expression. Examples below with original code commented out followed by fixed code:
The text was updated successfully, but these errors were encountered:
MitchMcHenry1
changed the title
[xUnit.net + dotCover meta-runner fails with space in working folder path
xUnit.net + dotCover meta-runner fails with space in working folder path
Mar 18, 2019
The current approach to using Invoke-Expression to launch nuget, xunit and dotCover exe's will fail if there is a space in the working folder path. It can be fixed by using call operator "&" and single quoted paths in conjunction with Invoke-Expression. Examples below with original code commented out followed by fixed code:
NuGet:
xUnit:
dotCover:
The text was updated successfully, but these errors were encountered: