Azure-Samples / azure-batch-samples

Azure Batch and HPC Code Samples
Other
261 stars 487 forks source link

Fix C# Samples "Text Search" #274

Closed number-phi closed 5 years ago

number-phi commented 5 years ago

There was a little error in the Constants class for the C# Samples "TextSearch". If you run the sample project, it crash because search an .exe file that didn't exist ("JobManagerTask").

matthchr commented 5 years ago

Thanks for the fix!