Repository: reef
Updated Branches:
  refs/heads/master a28f994ea -> 7d12ab6dc


[REEF-1619] Add Evaluator.exe to the libs folder of the Evaluator NuGet

This adds Evaluator.exe to the libs folder of the NuGet. That way, it will be
added as a reference upon installation.

JIRA:
  [REEF-1619](https://issues.apache.org/jira/browse/REEF-1619)

Pull Request:
  This closes #1136


Project: http://git-wip-us.apache.org/repos/asf/reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/7d12ab6d
Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/7d12ab6d
Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/7d12ab6d

Branch: refs/heads/master
Commit: 7d12ab6dc88ac319814176391176937c506a2e9e
Parents: a28f994
Author: Markus Weimer <[email protected]>
Authored: Tue Sep 27 11:49:30 2016 -0700
Committer: Mariia Mykhailova <[email protected]>
Committed: Mon Oct 3 11:44:14 2016 -0700

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/reef/blob/7d12ab6d/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec 
b/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
index 46817bc..f536316 100644
--- a/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
+++ b/lang/cs/Org.Apache.REEF.Evaluator/Org.Apache.REEF.Evaluator.nuspec
@@ -38,6 +38,8 @@ under the License.
     </dependencies>
   </metadata>
   <files>
+    <file 
src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.exe"
 target="lib\net45" />
+    <!-- TODO[REEF-1620]: Remove the below -->
     <file 
src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Evaluator\Org.Apache.REEF.Evaluator.exe"
 target="tools" />
     <file 
src="..\bin\$Platform$\$Configuration$\Org.Apache.REEF.Evaluator\NugetExeFix.txt"
 target="lib\net45" />
   </files>

Reply via email to