Avoid GenerateAssemblyInfo for dotnet migrate tests (#9757)
This commit is contained in:
parent
ea8c2bc3b8
commit
0e1e4055e8
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ namespace Microsoft.DotNet.Migration.Tests
|
|||
|
||||
new DotnetCommand()
|
||||
.WithWorkingDirectory(projectDirectory)
|
||||
.Execute($"build \"{solutionRelPath}\"")
|
||||
.Execute($"build \"{solutionRelPath}\" -p:GenerateAssemblyInfo=false") // https://github.com/dotnet/sdk/issues/2278"
|
||||
.Should().Pass();
|
||||
|
||||
SlnFile slnFile = SlnFile.Read(Path.Combine(projectDirectory.FullName, solutionRelPath));
|
||||
|
|
Loading…
Add table
Reference in a new issue