File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -622,8 +622,8 @@ Example `.props` file:
622622<?xml version =" 1.0" encoding =" utf-8" ?>
623623<Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
624624 <PropertyGroup >
625- <CodeAnalysisRuleSetLocation Condition =" '$(NuGetPackageRoot)' != '' " >$(NuGetPackageRoot)acme.stylecop\1.0.0</CodeAnalysisRuleSetLocation >
626- <CodeAnalysisRuleSetLocation Condition =" '$(CodeAnalysisRuleSetLocation)' == '' and '$(SolutionDir)' != '' " >$(SolutionDir)packages\acme.stylecop.1.0.0</CodeAnalysisRuleSetLocation >
625+ <CodeAnalysisRuleSetLocation Condition =" '$(NuGetPackageRoot)' != '' " >$(NuGetPackageRoot)\ acme.stylecop\1.0.0</CodeAnalysisRuleSetLocation >
626+ <CodeAnalysisRuleSetLocation Condition =" '$(CodeAnalysisRuleSetLocation)' == '' and '$(SolutionDir)' != '' " >$(SolutionDir)\ packages\acme.stylecop.1.0.0</CodeAnalysisRuleSetLocation >
627627 <CodeAnalysisRuleSetLocation Condition =" '$(CodeAnalysisRuleSetLocation)' == '' " >$([System.IO.Path]::GetDirectoryName($(MSBuildProjectDirectory)))\packages\acme.stylecop.1.0.0</CodeAnalysisRuleSetLocation >
628628 </PropertyGroup >
629629 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments