Skip to content

Commit 898c86b

Browse files
committed
Fix #292 update DockerDockerfileContents msbuild property to DockerLinuxDockerfileContents
1 parent a4cd399 commit 898c86b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ protected override NodeProperties CreatePropertiesObject() {
340340
public override int GetPropertyValue(string propertyName, string configName, uint storage, out string propertyValue) {
341341
propertyValue = null;
342342
switch (propertyName) {
343-
case "DockerDockerfileContents":
343+
case "DockerLinuxDockerfileContents":
344344
propertyValue = DockerfileWizardExtension.GetDockerfileWithReplacements(
345345
File.ReadAllText(@"FileTemplates\ReferenceFiles\Dockerfile"),
346346
DTE

0 commit comments

Comments
 (0)