[Question]: Release Package: avoid Microsoft Dependency #1581
Unanswered
ralf-escher
asked this question in
Q&A
Replies: 1 comment
-
I am working on the final implementation of the NuGet support and will cycle back to this question after this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions