File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
<!-- Thanks to Thomas Frenzel (https://github.com/dotnet/sdk/issues/1151#issuecomment-385133284) -->
5
5
<PropertyGroup >
6
6
<ReplacePackageReferences Condition =" $(ReplacePackageReferences) == ''" >true</ReplacePackageReferences >
7
- <SolutionPath >$(MSBuildThisFileDirectory)\nuke-common .sln</SolutionPath >
7
+ <SolutionPath >$(MSBuildThisFileDirectory)\nuke-global .sln</SolutionPath >
8
8
</PropertyGroup >
9
9
10
10
<Choose >
Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ partial class Build
22
22
{
23
23
[ Parameter ] readonly bool UseHttps ;
24
24
25
- Nuke . Common . ProjectModel . Solution GlobalSolution = ( RootDirectory / "nuke-global.sln" ) . ExistingFile ( ) ? . ReadSolution ( ) ;
26
-
25
+ AbsolutePath GlobalSolution => RootDirectory / "nuke-global.sln" ;
27
26
AbsolutePath ExternalRepositoriesDirectory => RootDirectory / "external" ;
28
27
AbsolutePath ExternalRepositoriesFile => ExternalRepositoriesDirectory / "repositories.yml" ;
29
28
Original file line number Diff line number Diff line change 9
9
- https://github.com/nuke-build/tweets.git
10
10
- https://github.com/nuke-build/visualstudio.git
11
11
- https://github.com/nuke-build/vscode.git
12
- - https://github.com/nuke-build/web .git
12
+ - https://github.com/nuke-build/website .git
You can’t perform that action at this time.
0 commit comments