mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
azure-pipeline: Add debug logging (#7541)
Hopefully will help with github publish failures, quite a few debug statements there... https://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/GitHubReleaseV0/operations/Action.ts
This commit is contained in:
parent
8faf1c94dc
commit
5033171c54
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ variables:
|
|||
buildConfiguration: Release
|
||||
netCoreFramework: netcoreapp3.1
|
||||
netCoreSdkVersion: 3.1.x
|
||||
system.debug: true
|
||||
|
||||
stages:
|
||||
- stage: BuildJackett
|
||||
|
@ -376,7 +377,7 @@ stages:
|
|||
$lastTwoLogUrls = $json.value[-1..-2].url
|
||||
foreach($logUrl in $lastTwoLogUrls)
|
||||
{
|
||||
Write-Host $logUrl
|
||||
Write-Output $logUrl
|
||||
$logText = Invoke-WebRequest $logUrl
|
||||
if ($logText -like '*: GitHub Release*')
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue