File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 28
28
<HDInsightTestDebug >.\src\ServiceManagement\HDInsight\Commands.HDInsight.Test\bin\Debug\Microsoft.WindowsAzure.Commands.HDInsight.Test.dll</HDInsightTestDebug >
29
29
<StorageTestDebug >.\src\ServiceManagement\Storage\Commands.Storage.Test\bin\Debug\Microsoft.WindowsAzure.Commands.Storage.Test.dll</StorageTestDebug >
30
30
<KeyVaultTestDebug >.\src\ResourceManager\KeyVault\Commands.KeyVault.Test\bin\Debug\Microsoft.Azure.Commands.KeyVault.Test.dll</KeyVaultTestDebug >
31
+ <UsageAggregationTestDebug >.\src\ResourceManager\Commerce\Commands.UsageAggregates.Test\bin\Debug\Commands.UsageAggregates.Test.dll</UsageAggregationTestDebug >
31
32
<TestFilter >"!Functional& !Scenario& !AzureRTScenario& !Sequential& !PIRTest& !Preview& !ADDomain& !Network& !AzureRTUpload& !AzureRTCleanUp"</TestFilter >
32
33
<ScenarioTestFilter >All</ScenarioTestFilter >
33
34
<OneSDKCITFilter >"OneSDK& CIT"</OneSDKCITFilter >
241
242
<Xunit .Runner.MSBuild.xunit Assemblies =" $(KeyVaultTestDebug)" Html =" $(TestOutputDirectory)\KeyVaultTests.xunit.dll.html" Verbose =" true"
242
243
IncludeTraits =" $(XUnitIncludedTrait)" MaxParallelThreads =" 0" ParallelizeAssemblies =" false" ParallelizeTestCollections =" false" />
243
244
</Target >
245
+
246
+ <!-- run the UsageAggregationTests -->
247
+ <Target Name =" UsageAggregationTests" >
248
+ <Message Importance =" high" Text =" Running UsageAggregates tests" />
249
+ <Xunit .Runner.MSBuild.xunit Assemblies =" $(UsageAggregationTestDebug)" Html =" $(TestOutputDirectory)\UsageAggregationTests.xunit.dll.html" Verbose =" true"
250
+ IncludeTraits =" $(XUnitIncludedTrait)" MaxParallelThreads =" 0" ParallelizeAssemblies =" false" ParallelizeTestCollections =" false" />
251
+ </Target >
244
252
245
253
<!-- Run the scenario tests with Mocks -->
246
254
<Target Name =" MockedScenarioTests" >
You can’t perform that action at this time.
0 commit comments