Skip to content

Commit 2c83f0b

Browse files
committed
Whoops
1 parent fb206f6 commit 2c83f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
--logger:"trx;LogFilePrefix=Unit-Windows$(TargetGroup)-$(TestSet)"
226226
</TestCommand>
227227
<!-- Convert more than one whitespace character into one space -->
228-
<TestCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</TestCommand>
228+
<TestCommand>$([System.Text.RegularExpressions.Regex]::Replace($(TestCommand), "\s+", " "))</TestCommand>
229229
</PropertyGroup>
230230
<Message Text=">>> Running unit tests for Windows via command: $(TestCommand)"/>
231231
<Exec ConsoleToMsBuild="true" Command="$(TestCommand)"/>
@@ -244,7 +244,7 @@
244244
--logger:"trx;LogFilePrefix=Unit-Unixnetcoreapp-$(TestSet)"
245245
</TestCommand>
246246
<!-- Convert more than one whitespace character into one space -->
247-
<TestCommand>$([System.Text.RegularExpressions.Regex]::Replace($(DotnetCommand), "\s+", " "))</TestCommand>
247+
<TestCommand>$([System.Text.RegularExpressions.Regex]::Replace($(TestCommand), "\s+", " "))</TestCommand>
248248
</PropertyGroup>
249249
<Message Text=">>> Running unit tests for Unix via command: $(TestCommand)"/>
250250
<Exec ConsoleToMsBuild="true" Command="$(TestCommand)"/>

0 commit comments

Comments
 (0)