Skip to content

Commit

Permalink
Path Fixed Linux/Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ennerperez committed Mar 27, 2023
1 parent d447fc0 commit bf01943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MSBuild.Obfuscar/build/MSBuild.Obfuscar.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<PropertyGroup>

<!-- ObfuscatorToolsPath -->
<ObfuscatorToolsPath Condition="'$(NuGetProjectStyle)' == 'PackageReference'">$(MSBuildThisFileDirectory)..\..\..\Obfuscar\2.2.35\tools</ObfuscatorToolsPath>
<ObfuscatorToolsPath Condition="'$(NuGetProjectStyle)' == 'PackageReference' And !Exists('$(ObfuscatorToolsPath)')">$(NuGetPackageRoot)Obfuscar\2.2.35\tools</ObfuscatorToolsPath>
<ObfuscatorToolsPath Condition="'$(NuGetProjectStyle)' == 'PackageReference'">$(MSBuildThisFileDirectory)..\..\..\obfuscar\2.2.35\tools</ObfuscatorToolsPath>
<ObfuscatorToolsPath Condition="'$(NuGetProjectStyle)' == 'PackageReference' And !Exists('$(ObfuscatorToolsPath)')">$(NuGetPackageRoot)obfuscar\2.2.35\tools</ObfuscatorToolsPath>

<ObfuscatorToolsPath Condition="'$(NuGetProjectStyle)' != 'PackageReference'">$(MSBuildThisFileDirectory)..\..\Obfuscar.2.2.35\tools</ObfuscatorToolsPath>
<ObfuscatorToolsPath Condition="'$(NuGetProjectStyle)' != 'PackageReference' And !Exists('$(ObfuscatorToolsPath)')">$(SolutionDir)packages\Obfuscar.2.2.35\tools</ObfuscatorToolsPath>
Expand Down

0 comments on commit bf01943

Please sign in to comment.