microsoft / AzureUsageAndBillingPortal

This web application solution enables you to monitor the usage and billing for any Azure subscriptions you have access to.
Other
199 stars 88 forks source link

Error when publishing Extensions NAVApp #86

Open germanalbertosanchez2019 opened 4 years ago

germanalbertosanchez2019 commented 4 years ago

Hello, I'm trying to publish:

PS C:\Windows\system32> Publish-NAVApp -ServerInstance BC140 - Path 'C:Users\GrupoMas\Desktop\GRUPO MAS SRL_Localization for Argentina Zitro_1.2019.11.119.app' -SkipVerification

And I'm getting this error:

Publish-NAVApp : Cannot validate argument on parameter 'PackageType'. The argument "C:Users\GrupoMas\Desktop\GRUPO MAS SRL_Localization for Argentina Zitro_1.2019.11.119.app" does not belong to the set "Extension,SymbolsOnly" specified by the ValidateSet attribute. Supply an argument that is in the set and then try the command again. At line:1 char:45

Could anyone help me? Thank you!

MuriungiMartin commented 2 years ago

Did you find the solution? I'm facing the same error

MuriungiMartin commented 2 years ago

Hello. Remove the space between - and Path. should be "-Path" instead of "- Path". Hope this helps. Worked out for me.