We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e8634 commit e23f335Copy full SHA for e23f335
build.proj
@@ -258,7 +258,7 @@
258
<Exec Command="dotnet restore --packages $(RepoArtifacts)/xUnit -f --no-cache Net472Tests" />
259
<Exec Command="$(PowerShellCommandPrefix) "$(RepoTools)/TestNet472Modules.ps1 -TestExecPath '$(RepoArtifacts)/xUnit/xunit.runner.console/2.4.0/tools/net472/xunit.console.exe'"" />
260
<OnError ExecuteTargets="TestFailureErrorMessage" />
261
- </Target>
+ </Target>
262
263
<Target Name="TestFailureErrorMessage">
264
<Error Text="Test failures occured, check the files in artifacts/TestResults" />
0 commit comments