Skip to content

Commit

Permalink
adapt 2 newly added dotnet integration tests for multiple TFMs (#3460)
Browse files Browse the repository at this point in the history
  • Loading branch information
heng-liu committed Jun 19, 2020
1 parent 92999ab commit 0f84aee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ await SimpleTestPackageUtility.CreateFolderFeedV3Async(
[PlatformFact(Platform.Windows)]
public void RestoreCommand_DisplaysCPVMInPreviewMessageIfCPVMEnabled()
{
using (var testDirectory = TestDirectory.Create())
using (var testDirectory = _msbuildFixture.CreateTestDirectory())
{
// Arrange
var projectName = "ClassLibrary1";
Expand Down Expand Up @@ -805,7 +805,7 @@ public void RestoreCommand_DisplaysCPVMInPreviewMessageIfCPVMEnabled()
[PlatformFact(Platform.Windows)]
public void RestoreCommand_DoesNotDisplayCPVMInPreviewMessageIfCPVMNotEnabled()
{
using (var testDirectory = TestDirectory.Create())
using (var testDirectory = _msbuildFixture.CreateTestDirectory())
{
// Arrange
var projectName = "ClassLibrary1";
Expand Down

0 comments on commit 0f84aee

Please sign in to comment.