How to debug "aspire publish" and "aspire deploy" #13911
-
|
How do I debug this? When publishing a .NET project, how do I get a binlog for the publish? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
|
Similar question to this, whats the proper way to debug |
Beta Was this translation helpful? Give feedback.
-
|
@adamint added support for debugging the deployment pipeline recently |
Beta Was this translation helpful? Give feedback.
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.