File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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)" />
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)" />
You can’t perform that action at this time.
0 commit comments