Skip to content

Commit

Permalink
Fix nuget targets on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Aug 20, 2019
1 parent b53496f commit ef5ec58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nuget/NuGet.targets
Expand Up @@ -33,7 +33,7 @@

<PropertyGroup Condition=" '$(OS)' != 'Windows_NT'">
<!-- We need to launch nuget.exe with the mono command if we're not on windows -->
<NuGetToolsPath>$(SolutionDir).nuget</NuGetToolsPath>
<NuGetToolsPath>$(SolutionDir)/.nuget</NuGetToolsPath>
<PackagesConfig>packages.config</PackagesConfig>
</PropertyGroup>

Expand Down

0 comments on commit ef5ec58

Please sign in to comment.