Skip to content

Commit

Permalink
Merge pull request #295 from mousetraps/dockerfilelinux
Browse files Browse the repository at this point in the history
Fix #292 update DockerDockerfileContents msbuild property to DockerLi…
  • Loading branch information
mousetraps committed Jul 16, 2015
2 parents a4cd399 + 898c86b commit c36ca3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nodejs/Product/Nodejs/Project/NodejsProjectNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ protected override NodeProperties CreatePropertiesObject() {
public override int GetPropertyValue(string propertyName, string configName, uint storage, out string propertyValue) {
propertyValue = null;
switch (propertyName) {
case "DockerDockerfileContents":
case "DockerLinuxDockerfileContents":
propertyValue = DockerfileWizardExtension.GetDockerfileWithReplacements(
File.ReadAllText(@"FileTemplates\ReferenceFiles\Dockerfile"),
DTE
Expand Down

0 comments on commit c36ca3a

Please sign in to comment.