1
0

Sprache "de" entfernt, um CodeCoverage zu parsen (funktioniert nur mit "en"); cleanup

This commit is contained in:
2021-11-17 23:47:08 +01:00
parent 80fc6ff2b3
commit 0c3825587f
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
image: mcr.microsoft.com/dotnet/sdk image: mcr.microsoft.com/dotnet/sdk
variables: variables:
LANG: "de"
TZ: "Europe/Berlin" TZ: "Europe/Berlin"
stages: stages:

View File

@@ -1,7 +1,5 @@
using System;
using AMWD.Common.Tests.Utils;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Security.Cryptography; using System.Security.Cryptography;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace AMWD.Common.Tests.Extensions namespace AMWD.Common.Tests.Extensions
{ {