Nate McMaster 7 лет назад
Родитель
Сommit
d5d1246c46

+ 0 - 2
build/tasks/ProjectModel/SolutionInfo.cs

@@ -21,7 +21,6 @@ namespace RepoTasks.ProjectModel
                 throw new ArgumentException(nameof(configName));
             }
 
-            Directory = Path.GetDirectoryName(fullPath);
             FullPath = fullPath;
             Directory = Path.GetDirectoryName(fullPath);
             ConfigName = configName;
@@ -35,7 +34,6 @@ namespace RepoTasks.ProjectModel
             }
         }
 
-        public string Directory { get; }
         public string FullPath { get; }
         public string Directory { get; }
         public string ConfigName { get; }

+ 0 - 2
build/tools/dotnet-deb-tool-consumer/dotnet-deb-tool-consumer.csproj

@@ -1,7 +1,5 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
-  <Import Project="..\..\sources.props" />
-
   <PropertyGroup>
     <TargetFramework>netcoreapp2.0</TargetFramework>
     <RestoreSources>$(RestoreSources);https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json</RestoreSources>