fix(deploy): normalize snapshot List values (Decode→Encode) before staleness/diff (#102); CLI --value native-List help
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ public class DeploymentStatusNotifierTests : TestKit
|
||||
|
||||
_service = new DeploymentService(
|
||||
_repo, siteRepo, _pipeline, _comms, _lockManager, _audit,
|
||||
new DiffService(), _notifier, options,
|
||||
new DiffService(), new RevisionHashService(), _notifier, options,
|
||||
NullLogger<DeploymentService>.Instance);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user