diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index d77a6dfb7f..95a8a73bd1 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -2,6 +2,7 @@
jobs:
- job: Windows
+ timeoutInMinutes: 120
pool:
vmImage: 'vs2017-win2016'
variables:
diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Friends.cs b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Friends.cs
index 42031bcad3..a9db03174f 100644
--- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Friends.cs
+++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Friends.cs
@@ -10,5 +10,6 @@
#region Test Assemblies
[assembly: InternalsVisibleTo("TranslationLayer.UnitTests, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
+[assembly: InternalsVisibleTo("Microsoft.TestPlatform.TestUtilities, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
#endregion
diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.Designer.cs b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.Designer.cs
index a4e894a8af..b0401e605b 100644
--- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.Designer.cs
+++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.Designer.cs
@@ -60,7 +60,7 @@ internal Resources() {
resourceCulture = value;
}
}
-
+
///
/// Looks up a localized string similar to The active Tests Discovery was aborted..
///
@@ -69,7 +69,7 @@ public static string AbortedTestsDiscovery {
return ResourceManager.GetString("AbortedTestsDiscovery", resourceCulture);
}
}
-
+
///
/// Looks up a localized string similar to The active Tests Run was aborted..
///
@@ -78,7 +78,7 @@ public static string AbortedTestsRun {
return ResourceManager.GetString("AbortedTestsRun", resourceCulture);
}
}
-
+
///
/// Looks up a localized string similar to Failed to receive message from vstest.console process.
///
@@ -87,7 +87,16 @@ public static string FailedToReceiveMessage {
return ResourceManager.GetString("FailedToReceiveMessage", resourceCulture);
}
}
-
+
+ ///
+ /// Looks up a localized string similar to File {0} does not exists.
+ ///
+ public static string InvalidFilePath {
+ get {
+ return ResourceManager.GetString("InvalidFilePath", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to vstest.console process exited abnormally.
///
diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.resx b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.resx
index 69b7b1408d..a52549c171 100644
--- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.resx
+++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/Resources.resx
@@ -126,6 +126,9 @@
Failed to receive message from vstest.console process
+
+ File {0} does not exists
+
vstest.console process exited abnormally
diff --git a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf
index d50a54ed8a..fc2d60a7bc 100644
--- a/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf
+++ b/src/Microsoft.TestPlatform.VsTestConsole.TranslationLayer/Resources/xlf/Resources.cs.xlf
@@ -56,6 +56,11 @@
fuzzyMatch="15" wordcount="4" adjWordcount="3.4" curWordcount="3.4"
+
+ File {0} does not exists
+ File {0} does not exists
+
+