Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marusyk authored Nov 7, 2024
1 parent 8c14ede commit b2d93bd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,7 @@ Task("Cake.Common.Tools.DotNet.DotNetAliases.DotNetSlnAdd")
// Given
var solutionPath = Paths.Temp.Combine("./Cake.Common/Tools/DotNet");
var solution = solutionPath.CombineWithFilePath("hwapp.sln");
var projectPath = Paths.Temp.Combine("./Cake.Common/Solution/Project");
var project = projectPath.CombineWithFilePath("Project.csproj");
var project = path.CombineWithFilePath("hwapp/hwapp.csproj");
// When
DotNetSlnAdd(solution.FullPath, new[] { (FilePath)project.FullPath});
Expand Down

0 comments on commit b2d93bd

Please sign in to comment.