Skip to content

Breaking change for "build" command. It no longer pushes by default.

Compare
Choose a tag to compare
@jongio jongio released this 22 Mar 15:17
· 483 commits to main since this release

With this release, the build command will no longer push to container registry by default.

If you want to always push, then use either:

iotedgedev build --push

or

iotedgedev push

If you want to push, without building, then use this:

iotedgedev push --no-build