Publish SosThreadingTools.zip to GitHub releases
This commit is contained in:
Родитель
dc518b91d3
Коммит
c46a509404
|
@ -21,7 +21,9 @@ stages:
|
|||
runOnce:
|
||||
deploy:
|
||||
steps:
|
||||
- download: none
|
||||
- download: CI
|
||||
artifact: deployables-Windows
|
||||
displayName: Download deployables-Windows artifact
|
||||
- powershell: |
|
||||
Write-Host "##vso[build.updatebuildnumber]$(resources.pipeline.CI.runName)"
|
||||
displayName: Set pipeline name
|
||||
|
@ -34,6 +36,8 @@ stages:
|
|||
tagSource: userSpecifiedTag
|
||||
tag: v$(resources.pipeline.CI.runName)
|
||||
title: v$(resources.pipeline.CI.runName)
|
||||
assets: |
|
||||
$(Pipeline.Workspace)/CI/deployables-Windows/SosThreadingTools.zip
|
||||
isDraft: true # After running this step, visit the new draft release, edit, and publish.
|
||||
changeLogCompareToRelease: lastNonDraftRelease
|
||||
changeLogType: issueBased
|
||||
|
|
|
@ -8,7 +8,7 @@ for an app hang that is waiting for async methods to complete.
|
|||
|
||||
Using this tool requires that you download and install [WinDbg][WinDbg], which can attach to a running process or DMP file. The `!dumpasync` extension is only available for WinDbg.
|
||||
|
||||
The `!dumpasync` extension itself is exported from the `SosThreadingTools.dll` library, which you can acquire from [our releases page](https://github.com/Microsoft/vs-threading/releases).
|
||||
The `!dumpasync` extension itself is exported from the `SosThreadingTools.dll` library, which is included in a zip that you can acquire from [our releases page](https://github.com/Microsoft/vs-threading/releases).
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче