-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update MSTest template.json to create dotnet.config #50482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update MSTest template.json to create dotnet.config #50482
Conversation
Removed conditional logic for creating dotnet.config file.
@Youssef1313 I assume |
Also, was this project template action already shipped in .NET 10 SDK Preview 7, or will it be forthcoming in a future .NET 10 SDK Preview? |
Just verified that this is not in preview 7:
|
Yup, not available in preview 7 and won't be available in RC1 unfortunately. It will be in RC2 only 😢
The only thing I can think of is "continue on error". So the message saying that the post action is not supported will be printed, followed by the description and manual instructions that are present in templates. |
At the moment, I'm gating it on the user choosing |
Fixes #50054