ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Blazor and Spright invoke publish fix #2059

Closed rajsite closed 5 months ago

rajsite commented 5 months ago

Pull Request

๐Ÿคจ Rationale

Ran the invoke-publish:setup command locally and found that it was not behaving as expected. Old packages were not removed. Realized the commands were running in the wrong directory.

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

Update the invoke-publish:setup and invoke-publish:nuget commands for Nimble and Spright to point to the correct directory.

๐Ÿงช Testing

Validated invoke-publish:setup locally and relying on publish in CI for the package publish ๐Ÿคž

โœ… Checklist