9 references to MSBuildPropertyNames
dotnet (9)
Commands\Pack\PackCommand.cs (1)
67
ReleasePropertyProjectLocator projectLocator = new(parseResult,
MSBuildPropertyNames
.PACK_RELEASE,
Commands\Publish\PublishCommand.cs (1)
70
var projectLocator = new ReleasePropertyProjectLocator(parseResult,
MSBuildPropertyNames
.PUBLISH_RELEASE, options);
ReleasePropertyProjectLocator.cs (7)
62
Debug.Assert(_propertyToCheck ==
MSBuildPropertyNames
.PUBLISH_RELEASE || _propertyToCheck ==
MSBuildPropertyNames
.PACK_RELEASE, "Only PackRelease or PublishRelease are currently expected.");
74
if (_options.ConfigurationOption != null || globalProperties is not null && globalProperties.ContainsKey(
MSBuildPropertyNames
.CONFIGURATION))
90
newConfigurationArgs[
MSBuildPropertyNames
.CONFIGURATION] =
MSBuildPropertyNames
.CONFIGURATION_RELEASE_VALUE;
291
return new(new Dictionary<string, string>() { [
MSBuildPropertyNames
.TARGET_FRAMEWORK] = _options.FrameworkOption });
303
newDictionary[
MSBuildPropertyNames
.TARGET_FRAMEWORK] = _options.FrameworkOption;