Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeisner committed Jan 9, 2018
1 parent 8298f8f commit 6003018
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/Tests/Microsoft.NET.Perf.Tests/BuildPerf.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ public BuildPerf(ITestOutputHelper log) : base(log)

// These tests are currently disabled for full framework MSBuild because the CI machines don't
// have an MSBuild that supports the /restore command-line argument
// Also, Microsoft.Xunit.Performance.Api.ProcessExitInfo doesn't handle non-Windows
// information gathering - disabling for non-Windows
[CoreMSBuildAndWindowsOnlyTheory]
[CoreMSBuildTheory]
[InlineData(ProjectPerfOperation.CleanBuild)]
[InlineData(ProjectPerfOperation.BuildWithNoChanges)]
public void BuildNetCore2App(ProjectPerfOperation operation)
Expand All @@ -44,7 +42,7 @@ public void BuildNetCore2App(ProjectPerfOperation operation)
TestProject(testAsset.Path, ".NET Core 2 Console App", operation);
}

[CoreMSBuildAndWindowsOnlyTheory]
[CoreMSBuildTheory]
[InlineData(ProjectPerfOperation.CleanBuild)]
[InlineData(ProjectPerfOperation.BuildWithNoChanges)]
public void BuildNetStandard2Library(ProjectPerfOperation operation)
Expand All @@ -61,7 +59,7 @@ public void BuildNetStandard2Library(ProjectPerfOperation operation)
TestProject(testAsset.Path, ".NET Standard 2.0 Library", operation);
}

[CoreMSBuildAndWindowsOnlyTheory]
[CoreMSBuildTheory]
[InlineData(ProjectPerfOperation.CleanBuild)]
[InlineData(ProjectPerfOperation.BuildWithNoChanges)]
public void BuildMVCApp(ProjectPerfOperation operation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="1.0.3-alpha-experimental" />
<PackageReference Include="Microsoft.DotNet.Cli.Utils" Version="$(MicrosoftDotNetCliUtilsVersion)" />
<PackageReference Include="FluentAssertions" Version="$(FluentAssertionsVersion)" />
<PackageReference Include="xunit.performance.api" Version="1.0.0-beta-build0011" />
<PackageReference Include="xunit.performance.api" Version="1.0.0-beta-build0015" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6003018

Please sign in to comment.