Skip to content

Commit

Permalink
add missing parameter in task
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Nov 1, 2023
1 parent 2beae16 commit 432f1c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GUI/RevEng.Shared/Cli/VsCode/VsCodeTaskHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public static void GenerateTaskPayload(string projectPath, int version, string r
"tool",
"update",
"-g",
"ErikEJ.EFCorePowerTools.Cli",
"--version",
$"{version}.0.*-*",
},
Expand Down

0 comments on commit 432f1c0

Please sign in to comment.