-
-
Notifications
You must be signed in to change notification settings - Fork 53
[CI/CD] Fixing build system and improving linting #205
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
base: pages-source
Are you sure you want to change the base?
Conversation
Remove Windows.Storage and Storage.Streams These are deprecated.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
josesimoes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's keep this on hold until they are removed.
|
This is bringing the required work to have the pipeline running again, which is great. |
…ramework.github.io into remove-win-storage
…/nanoframework.github.io into remove-win-storage
| "MD033": false, | ||
| "MD056": true, | ||
| "MD059": false, | ||
| "MD060" : { "style": "any" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is OK with any. It's building with that on the main branch. It does help to have a coherent table style.
| msbuildArchitecture: 'x64' | ||
| maximumCpuCount: true | ||
|
|
||
| # Clean up samples folder from IoT.Device before building |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step can be removed. It's not doing anything.
Actually removing the samples folder on each device would cause the build to fail as the project won't be found.
| "**/TestAppv5*/**", | ||
| "**/TestMqtt*/**", | ||
| "**/Microsoft.ApplicationInsights.*/**" | ||
| "**/Microsoft.ApplicationInsights.*/**", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we're removing the solution, this path won't ever exist. So this is redundant and can be removed.
Description
From initially removing Windows.Storage and Storage.Streams, to finally fixing build and improving tools
Motivation and Context
Built was failing and doc website not updating
Types of changes
Checklist: