if we create a release via an AL-Go action, the nuspec of the package contains a dependency for Microsoft.Application and Microsoft.Platform. If we try to deploy this package within our environment this leads to errors, since the dependency will be resolved afterwards when we download the appropriate artifact.
Is there a possibility to avoid these dependency entries?
Question
Hi,
if we create a release via an AL-Go action, the nuspec of the package contains a dependency for
Microsoft.Application
andMicrosoft.Platform
. If we try to deploy this package within our environment this leads to errors, since the dependency will be resolved afterwards when we download the appropriate artifact.Is there a possibility to avoid these dependency entries?