File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 269
269
ContinueOnError =" false" />
270
270
</Target >
271
271
272
- <Target Name =" AzureRTFuntional " DependsOnTargets =" Clean;BuildDebug;BeforeRunTests" >
273
- <Message Importance =" high" Text =" Running AzureRT Funtional tests..." />
272
+ <Target Name =" AzureRTFunctional " DependsOnTargets =" Clean;BuildDebug;BeforeRunTests" >
273
+ <Message Importance =" high" Text =" Running AzureRT Functional tests..." />
274
274
275
- <Delete Files =" $(TestOutputDirectory)\RTFuntionalDebug .trx" />
275
+ <Delete Files =" $(TestOutputDirectory)\RTFunctionalDebug .trx" />
276
276
<Exec
277
- Command =" MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTTestSettings) /category:Functional /resultsfile:$(TestOutputDirectory)\RTFuntionalDebug .trx"
277
+ Command =" MSTest.exe /testcontainer:$(AzureRTTestContainer) /testsettings:$(AzureRTTestSettings) /category:Functional /resultsfile:$(TestOutputDirectory)\RTFunctionalDebug .trx"
278
278
ContinueOnError =" false" />
279
279
</Target >
280
280
You can’t perform that action at this time.
0 commit comments