Restore a Universal Artifact with MSBuild #7033
-
Is there a way to restore a universal package using MSBuild? |
Beta Was this translation helpful? Give feedback.
Answered by
rainersigwald
Nov 10, 2021
Replies: 1 comment
-
Nothing built into MSBuild. You might be able to use DownloadFile, but I suspect auth would be a problem. Easiest way is probably to |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stan-sz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nothing built into MSBuild. You might be able to use DownloadFile, but I suspect auth would be a problem.
Easiest way is probably to
Exec
theaz artifacts universal download
command line. It's also possible that someone has written a task that uses the API to download, but I'm not aware of it if so.