File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageReference Include =" Cake.Common" Version =" 2.1 .0" />
3
+ <PackageReference Include =" Cake.Common" Version =" 2.2 .0" />
4
4
<PackageReference Include =" Cake.Compression" Version =" 0.2.6" />
5
- <PackageReference Include =" Cake.Frosting" Version =" 2.1 .0" />
5
+ <PackageReference Include =" Cake.Frosting" Version =" 2.2 .0" />
6
6
<PackageReference Include =" Cake.Incubator" Version =" 7.0.0" />
7
7
8
- <PackageReference Include =" Cake.Docker" Version =" 1.1.1 " />
8
+ <PackageReference Include =" Cake.Docker" Version =" 1.1.2 " />
9
9
10
10
</ItemGroup >
11
11
</Project >
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public static DirectoryPath GetRootDirectory()
53
53
var currentPath = DirectoryPath . FromString ( Directory . GetCurrentDirectory ( ) ) ;
54
54
while ( ! Directory . Exists ( currentPath . Combine ( ".git" ) . FullPath ) )
55
55
{
56
- currentPath = DirectoryPath . FromString ( Directory . GetParent ( currentPath . FullPath ) ? . FullName ) ;
56
+ currentPath = currentPath . GetParent ( ) ;
57
57
}
58
58
59
59
return currentPath ;
You can’t perform that action at this time.
0 commit comments