Navcontainerhelper: Publish-NavContainerApp is not using Publish-NAVApp -Force which leads to user interaction in some situations

Created on 19 Mar 2021  路  3Comments  路  Source: microsoft/navcontainerhelper

In my script, I am installing some app, which have dependency on app which is published but not installed. In this case, the Publish-NAVContainerApp will lead to this prompt:
image

There is no way how to force the -force switch.

I can prepare PR but need to know if you want to solve it with new parameter of the Publish-NAVContainerApp or using -force by default.

bug Fix Ready Ships in a future version

All 3 comments

I would just add the -force on Publish-NavApp

I think this change will actually allow me to skip most of my current encapsulation of Publish-BcContainerHelper.

Shipped in 2.0.9

Was this page helpful?
0 / 5 - 0 ratings