Skip to content
This repository was archived by the owner on Feb 27, 2021. It is now read-only.

Empty VSToolsPath property value not updated by MSBuild.Microsoft.VisualStudio.Web.targets.props #12

@reubenrybnik

Description

@reubenrybnik

The condition for setting property VSToolsPath in MSBuild.Microsoft.VisualStudio.Web.targets.props does not successfully compare with an empty string when the VSToolsPath property is empty. $(VSToolsPath) should be wrapped in single quotes as shown below:

<VSToolsPath Condition="'$(VSToolsPath)' == ''" >$(MSBuildThisFileDirectory)\..\tools\VSToolsPath</VSToolsPath>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions