diff --git a/ICSharpCode.Decompiler.Tests/Helpers/TestsAssemblyOutput.cs b/ICSharpCode.Decompiler.Tests/Helpers/TestsAssemblyOutput.cs index 4e83cda9f..492ccf7fb 100644 --- a/ICSharpCode.Decompiler.Tests/Helpers/TestsAssemblyOutput.cs +++ b/ICSharpCode.Decompiler.Tests/Helpers/TestsAssemblyOutput.cs @@ -40,6 +40,9 @@ namespace ICSharpCode.Decompiler.Tests.Helpers static TestsAssemblyOutput() { + if (!File.Exists("DecompilerTests.config.json")) + return; + var builder = new ConfigurationBuilder() .AddJsonFile("DecompilerTests.config.json", optional: true, reloadOnChange: false);