We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c154f4 commit 8a2eb19Copy full SHA for 8a2eb19
1 file changed
Tocsoft.GraphQLCodeGen.MsBuild/GenerateGraphQLClient.cs
@@ -76,7 +76,7 @@ public override bool Execute()
76
var dllPath = Path.GetFullPath(Path.Combine(this.RootCliFolder, "netcoreapp3.1\\Tocsoft.GraphQLCodeGen.Cli.dll").Replace('\\', Path.DirectorySeparatorChar));
77
78
realexe = "dotnet";
79
- arguments = $"\"{dllPath}\" {arguments}";
+ arguments = $"--roll-forward LatestMajor \"{dllPath}\" {arguments}";
80
}
81
82
this.Log.LogMessage(MessageImportance.Low, "Executing \"{0}\" {1}", realexe, arguments);
0 commit comments