Skip to content

Commit e23f335

Browse files
committed
Space fix to make new commit to kick CI.
1 parent 12e8634 commit e23f335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<Exec Command="dotnet restore --packages $(RepoArtifacts)/xUnit -f --no-cache Net472Tests" />
259259
<Exec Command="$(PowerShellCommandPrefix) &quot;$(RepoTools)/TestNet472Modules.ps1 -TestExecPath '$(RepoArtifacts)/xUnit/xunit.runner.console/2.4.0/tools/net472/xunit.console.exe'&quot;" />
260260
<OnError ExecuteTargets="TestFailureErrorMessage" />
261-
</Target>
261+
</Target>
262262

263263
<Target Name="TestFailureErrorMessage">
264264
<Error Text="Test failures occured, check the files in artifacts/TestResults" />

0 commit comments

Comments
 (0)