Skip to content

Commit 8a2eb19

Browse files
committed
roll forward on cli execution
1 parent 6c154f4 commit 8a2eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tocsoft.GraphQLCodeGen.MsBuild/GenerateGraphQLClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public override bool Execute()
7676
var dllPath = Path.GetFullPath(Path.Combine(this.RootCliFolder, "netcoreapp3.1\\Tocsoft.GraphQLCodeGen.Cli.dll").Replace('\\', Path.DirectorySeparatorChar));
7777

7878
realexe = "dotnet";
79-
arguments = $"\"{dllPath}\" {arguments}";
79+
arguments = $"--roll-forward LatestMajor \"{dllPath}\" {arguments}";
8080
}
8181

8282
this.Log.LogMessage(MessageImportance.Low, "Executing \"{0}\" {1}", realexe, arguments);

0 commit comments

Comments
 (0)