Fix tests now that --preserve-working-dir is no longer an option.
This commit is contained in:
parent
b44bce5786
commit
6ba3fbf5be
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ namespace Microsoft.DotNet.Cli.Publish.Tests
|
|||
.WithOutput(localAssemblyCache)
|
||||
.WithRuntimeFrameworkVersion(_frameworkVersion)
|
||||
.WithIntermediateWorkingDirectory(intermediateWorkingDirectory)
|
||||
.Execute($"--preserve-working-dir")
|
||||
.Execute()
|
||||
.Should().Pass();
|
||||
|
||||
var configuration = Environment.GetEnvironmentVariable("CONFIGURATION") ?? "Debug";
|
||||
|
@ -143,7 +143,7 @@ namespace Microsoft.DotNet.Cli.Publish.Tests
|
|||
.WithOutput(localAssemblyCache)
|
||||
.WithRuntimeFrameworkVersion(_frameworkVersion)
|
||||
.WithIntermediateWorkingDirectory(intermediateWorkingDirectory)
|
||||
.Execute($"--preserve-working-dir")
|
||||
.Execute()
|
||||
.Should().Pass();
|
||||
|
||||
var configuration = Environment.GetEnvironmentVariable("CONFIGURATION") ?? "Debug";
|
||||
|
|
Loading…
Reference in a new issue