Skip to content

Commit

Permalink
Merge pull request #279 from BiggerNoise/bugfix/restore-nuget
Browse files Browse the repository at this point in the history
Change NuGet.exe reference in build config
  • Loading branch information
BiggerNoise authored Oct 13, 2017
2 parents c022634 + be2d8d8 commit 249aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings/UppercuT.config
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<property name="app.nitriq" value="Nitriq.Console.exe" overwrite="false" />
<property name="app.xbuild" value="${path::get-full-path(folder.program_files)}${path.separator}Mono-2.8${path.separator}bin${path.separator}xbuild.bat" overwrite="false" />
<property name="app.eazfuscator" value="..${path.separator}${folder.references}${path.separator}Eazfuscator.NET${path.separator}Eazfuscator.NET.exe" overwrite="false" />
<property name="app.nuget" value="..${path.separator}${folder.references}${path.separator}NuGet${path.separator}NuGet.exe" overwrite="false" />
<property name="app.nuget" value="..${path.separator}.NuGet${path.separator}NuGet.exe" overwrite="false" />
<property name="app.strongname" value="${path::get-full-path(folder.program_files)}${path.separator}Microsoft SDKs${path.separator}Windows${path.separator}v7.0A${path.separator}Bin${path.separator}sn.exe" overwrite="false" />

<property name="app.ruby" value="C:${path.separator}Ruby${path.separator}bin${path.separator}ruby.exe" overwrite="false" />
Expand Down

0 comments on commit 249aabb

Please sign in to comment.