CCNet.Build.Reconfigure.ProjectConfigurationMethods.ReferencesDirectory C# (CSharp) Метод

ReferencesDirectory() публичный статический Метод

Gets directory for storing all the referenced projects. Files in this directory are used to trigger the build for current project after dependent projects were built.
public static ReferencesDirectory ( this config ) : string
config this
Результат string
		public static string ReferencesDirectory(this IReferencesDirectory config)
		{
			return $@"{config.ProjectDirectory()}\references";
		}
	}