Skip to content

Commit

Permalink
Fix C# Samples "Text Search" (#274)
Browse files Browse the repository at this point in the history
* Fix C# Samples "Text Search"

* removed unused attribute
  • Loading branch information
number-phi authored and matthchr committed Jul 22, 2019
1 parent b72ca16 commit 4bc4fc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CSharp/TextSearch/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ namespace Microsoft.Azure.Batch.Samples.TextSearch
/// </summary>
public static class Constants
{
public const string JobManagerExecutable = "JobManagerTask.exe";
public const string MapperTaskExecutable = "MapperTask.exe";
public const string ReducerTaskExecutable = "ReducerTask.exe";
public const string ReducerTaskResultBlobName = "ReducerTaskOutput";
Expand All @@ -24,9 +23,7 @@ public static class Constants
/// </summary>
public readonly static IReadOnlyList<string> RequiredExecutableFiles = new List<string>
{
JobManagerExecutable,
JobManagerExecutable + ".config",
"JobManagerTask.pdb",
"JobSubmitter.pdb",
MapperTaskExecutable,
MapperTaskExecutable + ".config",
"MapperTask.pdb",
Expand Down

0 comments on commit 4bc4fc7

Please # to comment.