Merged PR 757921: QTest: Force timeout using cancellation token for coverage upload

Azure DevOps Coverage Upload API does not honor the cancellation token passed to the API. I added code in QTest to handle this on CloudBuild side with PR !757771

Related work items: #2126505
This commit is contained in:
Pratik Lade 2023-12-19 17:10:49 +00:00
Родитель f0f3506b7a
Коммит 7f2e487b21
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -267,7 +267,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "CB.QTest",
"Version": "23.11.30.151334"
"Version": "23.12.15.211826"
}
}
},

Просмотреть файл

@ -30,7 +30,7 @@ export const pkgs = isMicrosoftInternal ? [
{ id: "Microsoft.Data.Sqlite", version: "1.1.1" },
{ id: "SQLite", version: "3.13.0" },
{ id: "CB.QTest", version: "23.11.30.151334", osSkip: [ "macOS", "unix" ] },
{ id: "CB.QTest", version: "23.12.15.211826", osSkip: [ "macOS", "unix" ] },
{ id: "BuildXL.Tracing.AriaTenantToken", version: "1.0.0" },