From 1ee8ef32a1746be018463f861f502ae353e4c095 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Wed, 4 Dec 2024 13:17:55 +0100 Subject: [PATCH] Simplify ArgumentBuilder and remove unused parameters Refactored the ArgumentBuilder class to reduce complexity by consolidating constructors and eliminating redundant parameters. Removed the obsolete ExecuteIn method that utilized these parameters from GitVersionHelper. Updated the test case to align with the new method signature and ensure functionality remains intact. --- new-cli/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-cli/Directory.Packages.props b/new-cli/Directory.Packages.props index dfa00fa4e1..954cffd0ea 100644 --- a/new-cli/Directory.Packages.props +++ b/new-cli/Directory.Packages.props @@ -4,7 +4,7 @@ - +