Skip to content

Commit

Permalink
Removed hardcoded nuget path in build file
Browse files Browse the repository at this point in the history
  • Loading branch information
darrelmiller committed Jul 13, 2016
1 parent dff28b5 commit b03c534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@

<Target Name="Package">
<Exec WorkingDirectory="$(BuildDir)"
Command="c:\bin\nuget.exe pack $(BuildDir)\Tavis.$(Project).nuspec -OutputDirectory $(ArtifactsDir) " />
Command="nuget.exe pack $(BuildDir)\Tavis.$(Project).nuspec -OutputDirectory $(ArtifactsDir) " />
</Target>
</Project>

0 comments on commit b03c534

Please sign in to comment.