You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($PSVersionTable.PSVersion.Major-lt7-and$version.Major-ge24) {
333
+
# GIANT HACK AHEAD...
334
+
# To cope with this issue https://github.com/microsoft/navcontainerhelper/issues/3591 where the PS5 bridge to PS7 hangs when calling Publish-NavApp directly
335
+
# and due to https://github.com/microsoft/navcontainerhelper/issues/3575 and https://github.com/PowerShell/PowerShell/issues/23982 we cannot use -usepwsh:$true
Copy file name to clipboardexpand all lines: ReleaseNotes.txt
+1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
6.0.29
2
+
Issue 3591 When using Publish-NAVApp to publish an app, which fails compilation in the service, the command might hang forever - the fix for this is a temporary hack put in place for the versions which doesn't work.
2
3
3
4
6.0.28
4
5
Set useApproximateVersion to true in settings to increase performance of Get-BcArtifactUrl when selecting latest artifact, by using an approximate filtering on blobs
0 commit comments