Updates on nanoFramework build components#1646
Updates on nanoFramework build components#1646josesimoes wants to merge 1 commit intoangularsen:masterfrom
Conversation
|
To give this a bit more context: found the need to improve this as I was handling the update to use the preview versions with the generics support. Bumped on several places with notes about removing things when moving to AZDO (which has happened in the meantime) and the code to install the VS extension which was duplicating the existing step in AZDO yaml. As I'm not that familiar with the build system, I may have overlooked some things. Happy to fix. Also feel free to update the code directly, if that more efficient. On the usage of a pipeline variable to control the use of the preview build, I thought that would be a nice approach to deal with it without having to touch the yaml and configs. Again, not sure if you're happy with it. Again, happy to change as you see fit. |
- Add optional parameter to choose preview builds (and nuget packages). - Update nuspec (and code generator) to use offical nano1.0 Target Framework Moniker. - Remove unnused declaration properties generator. - Remove unnecessary property in reference project entry. - Remove all checks and installer for nanoFramework VS extension, as all that is handled in AZDO step. - Remove pre-check of nuget and msbuild as builds are now running in ADZO which include these in the VM image. - Add input to install nanoFramework build components to allow specifying preview build. (settable from pipeline var UseNanoPreview)
774af9b to
05727dd
Compare
Addresses #1643