diff --git a/src/tools/common/dotnet-tool.ts b/src/tools/common/dotnet-tool.ts index c53761579..51ca03c52 100644 --- a/src/tools/common/dotnet-tool.ts +++ b/src/tools/common/dotnet-tool.ts @@ -195,8 +195,6 @@ export abstract class DotnetTool implements IDotnetTool { if (!toolPath) { toolPath = await this.buildAgent.which(this.toolName, true) } - - args = [`--roll-forward`, `Major`, ...args] return await this.execute(toolPath, args) }