3 references to PublishRelease
Microsoft.NET.Publish.Tests (3)
GivenThatWeWantToPublishAHelloWorldProject.cs (3)
16
private const string PublishRelease = nameof(
PublishRelease
);
457
propertyGroup.Add(new XElement(ns +
PublishRelease
, "true"));
672
propertyGroup.Add(new XElement(ns +
PublishRelease
, "true"));