Skip to content

Commit 95b6a4a

Browse files
committed
switch to ephemeral hive to fix failing test
1 parent ba31ca9 commit 95b6a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishIncrementally.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void It_cleans_for_mvc_projects()
170170
var runtimeId = "win-x86";
171171
var newCommand = new DotnetCommand(Log);
172172
newCommand.WorkingDirectory = testDir.Path;
173-
newCommand.Execute("new", "mvc", "-n", assetName).Should().Pass();
173+
newCommand.Execute("new", "mvc", "-n", assetName, "--debug:ephemeral-hive").Should().Pass();
174174

175175
var expectedRegularFiles = new string[] { ".dll", ".deps.json", ".runtimeconfig.json" }
176176
.Select(ending => assetName + ending);

0 commit comments

Comments
 (0)