1 write to _propertyToCheck
dotnet (1)
ReleasePropertyProjectLocator.cs (1)
52
=> (_parseResult,
_propertyToCheck
, _options, _slnOrProjectArgs) = (parseResult, propertyToCheck, commandOptions, commandOptions.SlnOrProjectArgs);
6 references to _propertyToCheck
dotnet (6)
ReleasePropertyProjectLocator.cs (6)
62
Debug.Assert(
_propertyToCheck
== MSBuildPropertyNames.PUBLISH_RELEASE ||
_propertyToCheck
== MSBuildPropertyNames.PACK_RELEASE, "Only PackRelease or PublishRelease are currently expected.");
83
string propertyToCheckValue = project.GetPropertyValue(
_propertyToCheck
);
95
newConfigurationArgs[$"_SolutionLevel{
_propertyToCheck
}"] = propertyToCheckValue;
190
string pReleasePropertyValue = projectData.GetPropertyValue(
_propertyToCheck
);
207
throw new GracefulException(Strings.SolutionProjectConfigurationsConflict,
_propertyToCheck
, string.Join("\n", (configuredProjects).Select(x => x.FullPath)));