Skip to content

Commit 9807cec

Browse files
CopilotJusterZhu
andcommitted
Remove FieldMappings from pipeline context as it's no longer required
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 3d7c496 commit 9807cec

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/c#/GeneralUpdate.Core/Strategys/LinuxStrategy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ protected override PipelineContext CreatePipelineContext(VersionInfo version, st
2222
if (_configinfo.DriveEnabled == true)
2323
{
2424
context.Add("DriverDirectory", _configinfo.DriverDirectory);
25-
context.Add("FieldMappings", _configinfo.FieldMappings);
2625
}
2726

2827
return context;

src/c#/GeneralUpdate.Core/Strategys/WindowsStrategy.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ protected override PipelineContext CreatePipelineContext(VersionInfo version, st
2424
if (_configinfo.DriveEnabled == true)
2525
{
2626
context.Add("DriverDirectory", _configinfo.DriverDirectory);
27-
context.Add("FieldMappings", _configinfo.FieldMappings);
2827
}
2928

3029
return context;

0 commit comments

Comments
 (0)