Skip to content

Commit

Permalink
use --roll-forward Major
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Jan 14, 2025
1 parent bee7329 commit d2c4a29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/tools/libs/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class DotnetTool {
if (!toolPath) {
toolPath = await this.buildAgent.which(this.toolName, true);
}
args = ["--roll-forward Major", ...args];
return await this.execute(toolPath, args);
}
async isValidInputFile(input, file) {
Expand Down
Loading

0 comments on commit d2c4a29

Please sign in to comment.