From f6ba0ed4d33e6109e9779c0e4942a0b583636e61 Mon Sep 17 00:00:00 2001 From: Cory Date: Mon, 13 Apr 2020 18:18:59 -0500 Subject: [PATCH] Azure: Update project url (again) [skip ci] --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d3ac8970..767dac1e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -512,7 +512,7 @@ stages: inputs: targetType: inline script: | - $json = Invoke-WebRequest 'https://dev.azure.com/Jackett-project/jackett/_apis/build/builds/$(Build.BuildId)/logs?api-version=5.0' | ConvertFrom-Json + $json = Invoke-WebRequest 'https://dev.azure.com/Jackett/Jackett/_apis/build/builds/$(Build.BuildId)/logs?api-version=5.0' | ConvertFrom-Json $lastTwoLogUrls = $json.value[-1..-2].url foreach($logUrl in $lastTwoLogUrls) {