Build Pipeline

This commit is contained in:
2025-02-05 16:02:16 -07:00
parent bf2f5ed20c
commit b8ba8f2219
4 changed files with 251 additions and 341 deletions

View File

@ -184,7 +184,7 @@ public class MET08RESIHGCV : EAFLoggingUnitTesting
[TestMethod]
public void Production__v2_58_0__MET08RESIHGCV__InterceptIQS()
{
string check = "HgCV_Unload_Res_9Points.txt";
string check = "HgCV_Unload_Res_9Points*.txt";
MethodBase methodBase = new StackFrame().GetMethod();
EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
_ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);