How to debug "aspire publish" and "aspire deploy" #13911
Answered
by
adamint
Paulo Morgado (paulomorgado)
asked this question in
Q&A
|
How do I debug this? When publishing a .NET project, how do I get a binlog for the publish? |
Answered by
adamint
Mar 19, 2026
Replies: 3 comments 6 replies
|
Are you talking about the binlog for individual .NET projects during a container publish? We don't have a way to specific other arguments. |
3 replies
|
Similar question to this, whats the proper way to debug |
1 reply
|
Adam Ratzman (@adamint) added support for debugging the deployment pipeline recently |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the Aspire 13.2 CLI and the most recent Aspire VS Code extension, you can execute
> Aspire: Deploy app,> Aspire: Publish deployment artifacts, or> Aspire: Execute pipeline step (aspire do)to debugaspire deploy,aspire publish, andaspire dorespectively.