Skip to content

Commit a024546

Browse files
committed
move dotnet-tools.json to .config folder
1 parent c4a89f2 commit a024546

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

build/CI.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sln", "sln", "{EC2C1EC4-BE5
33
ProjectSection(SolutionItems) = preProject
44
Directory.Build.props = Directory.Build.props
55
Directory.Packages.props = Directory.Packages.props
6-
..\dotnet-tools.json = ..\dotnet-tools.json
76
..\global.json = ..\global.json
87
..\.gitignore = ..\.gitignore
8+
..\.config\dotnet-tools.json = ..\.config\dotnet-tools.json
99
EndProjectSection
1010
EndProject
1111
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "build", "build\build.csproj", "{1AC00FB2-E28A-46B7-9683-AA7A1AFC29EB}"

build/common/Utilities/CakeHostExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public static CakeHost UseRootDirectory(this CakeHost host)
1212

1313
public static CakeHost InstallToolsFromRootManifest(this CakeHost host)
1414
{
15-
host = host.UseModule<LocalToolsModule>().InstallToolsFromManifest(Extensions.GetRootDirectory().CombineWithFilePath("dotnet-tools.json").FullPath);
15+
host = host.UseModule<LocalToolsModule>().InstallToolsFromManifest(Extensions.GetRootDirectory().CombineWithFilePath(".config/dotnet-tools.json").FullPath);
1616
return host;
1717
}
1818

0 commit comments

Comments
 (0)