Replies: 1 comment 1 reply
-
Could you clarify the question, your above example is C# code, are you trying to use outside Cake script or do you mean for how you use it with i.e. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can get the Latest VS installed details as below in cake. Can you please share the corresponding c# code for the below.
var vsInstallation =
VSWhereLatest(new VSWhereLatestSettings { Requires = "Microsoft.Component.MSBuild" })
?? VSWhereLatest(new VSWhereLatestSettings { Requires = "Microsoft.Component.MSBuild", IncludePrerelease = true });
Regards,
Berk
Beta Was this translation helpful? Give feedback.
All reactions