diff --git a/blazorserver/appsettings.Development.json b/blazorserver/appsettings.Development.json deleted file mode 100644 index 95cd42a..0000000 --- a/blazorserver/appsettings.Development.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Client": { - "API": "/_apis/wit", - "BaseAddress": "https://tfsdev.intra.infineon.com", - "BasePage": "/tfs/ManufacturingIT", - "PAT": "4z2jwu5tluqgmsprmhyaqcc64q2yhwjfhlce7wdofrmuzw5o5weq", - "Project": "MESA_FI", - "Query": "/wiql/c20d2781-72d7-4665-bca3-44ef9578e070" - }, - "Company": "Infineon Technologies Americas Corp.", - "Excel": { - "Sheet": "Request List", - "SourceFile": "FI Backlog Mesa.xlsx", - "TargetFile": "D:/Tmp/FI Backlog Mesa.json" - }, - "Linux": {}, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Log4netProvider": "Debug", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "Serilog": { - "Using": [ - "Serilog.Sinks.Console", - "Serilog.Sinks.File" - ], - "MinimumLevel": "Debug", - "WriteTo": [ - { - "Name": "Debug", - "Args": { - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}" - } - }, - { - "Name": "Console", - "Args": { - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}" - } - }, - { - "Name": "File", - "Args": { - "path": "%workingDirectory% - Log/log-.txt", - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}", - "rollingInterval": "Hour" - } - } - ], - "Enrich": [ - "FromLogContext", - "WithMachineName", - "WithThreadId" - ], - "Properties": { - "Application": "Sample" - } - }, - "URLs": "https://localhost:7130;http://localhost:5126", - "WorkingDirectoryName": "IFXApps", - "Windows": {} -} \ No newline at end of file diff --git a/blazorserver/appsettings.Staging.json b/blazorserver/appsettings.Staging.json deleted file mode 100644 index 1739622..0000000 --- a/blazorserver/appsettings.Staging.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Client": { - "API": "/_apis/wit", - "BaseAddress": "https://tfs.intra.infineon.com", - "BasePage": "/tfs/ManufacturingIT", - "PAT": "mnt7duog7a2d4w2hgdxn76n3kvanwjdrggzt2isdqdveql74krpa", - "Project": "MESA_FI", - "Query": "/wiql/asdf" - }, - "Company": "Infineon Technologies Americas Corp.", - "Excel": { - "Sheet": "Request List", - "SourceFile": "\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\Downloaded\\BACKLOG-EQPT\\Copy of FI Backlog Mesa.xlsx", - "TargetFile": "\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\RawData\\BACKLOG-EQPT\\Copy of FI Backlog Mesa.json" - }, - "Linux": {}, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Log4netProvider": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "Serilog": { - "Using": [ - "Serilog.Sinks.Console", - "Serilog.Sinks.File" - ], - "MinimumLevel": "Debug", - "WriteTo": [ - { - "Name": "Debug", - "Args": { - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}" - } - }, - { - "Name": "Console", - "Args": { - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}" - } - }, - { - "Name": "File", - "Args": { - "path": "%workingDirectory% - Log/log-.txt", - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}", - "rollingInterval": "Hour" - } - } - ], - "Enrich": [ - "FromLogContext", - "WithMachineName", - "WithThreadId" - ], - "Properties": { - "Application": "Sample" - } - }, - "URLs": "http://localhost:5002;", - "WorkingDirectoryName": "IFXApps", - "Windows": {} -} diff --git a/blazorserver/appsettings.json b/blazorserver/appsettings.json deleted file mode 100644 index b025f1b..0000000 --- a/blazorserver/appsettings.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "Client": { - "API": "/_apis/wit", - "BaseAddress": "https://tfs.intra.infineon.com", - "BasePage": "/tfs/ManufacturingIT", - "PAT": "mnt7duog7a2d4w2hgdxn76n3kvanwjdrggzt2isdqdveql74krpa", - "Project": "MESA_FI", - "Query": "/wiql/asdf" - }, - "Company": "Infineon Technologies Americas Corp.", - "Excel": { - "Sheet": "Request List", - "SourceFile": "\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\Downloaded\\BACKLOG-EQPT\\Copy of FI Backlog Mesa.xlsx", - "TargetFile": "\\\\messv02ecc1.ec.local\\EC_Characterization_Si\\RawData\\BACKLOG-EQPT\\Copy of FI Backlog Mesa.json" - }, - "Linux": {}, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Log4netProvider": "Information", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "Serilog": { - "Using": [ - "Serilog.Sinks.Console", - "Serilog.Sinks.File" - ], - "MinimumLevel": "Information", - "WriteTo": [ - { - "Name": "Debug", - "Args": { - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}" - } - }, - { - "Name": "Console", - "Args": { - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}" - } - }, - { - "Name": "File", - "Args": { - "path": "%workingDirectory% - Log/log-.txt", - "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}", - "rollingInterval": "Hour" - } - } - ], - "Enrich": [ - "FromLogContext", - "WithMachineName", - "WithThreadId" - ], - "Properties": { - "Application": "Sample" - } - }, - "URLs": "http://localhost:5002;", - "WorkingDirectoryName": "IFXApps", - "Windows": {} -} diff --git a/mstest/Mesa-Backlog.Tests.csproj b/mstest/Mesa-Backlog.Tests.csproj index 38ed789..f2d0401 100644 --- a/mstest/Mesa-Backlog.Tests.csproj +++ b/mstest/Mesa-Backlog.Tests.csproj @@ -34,7 +34,7 @@ Always - + Always