2 references to _environmentTransformWithoutLocationTemplate
Microsoft.NET.Sdk.Publish.Tasks.Tests (2)
Tasks\GenerateEnvTransformTests.cs (2)
117
IList<XDocument> templateDocumentList = new List<XDocument>() { _environmentTransformWithLocationTemplate,
_environmentTransformWithoutLocationTemplate
};
283
_environmentTransformWithoutLocationTemplate
.Save(envTemplatePath, SaveOptions.None);