-
-
Notifications
You must be signed in to change notification settings - Fork 764
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
Cake runner
Cake .NET Tool
Cake version
2.0.0-rc0001
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
All DotNet command settings, still have settings that have properties that contain the word Core in them.
For example:
DotNetBuildSettings.MSBuildSettings is of type DotNet*Core*MSBuildSettings
DotNetBuildSettings.RollForward is of type DotNet*Core*RollForward?
DotNetBuildSettings.Verbosity is of type DotNet*Core*Verbosity?
This goes for all DotNet*Settings related classes.
What is expected?
That the Core suffix is removed.
Steps to Reproduce
Se above
Output log
No response