From 2f284b0cc5de66845033ffc48d87274870acbf8e Mon Sep 17 00:00:00 2001 From: Timothy Baldridge <tbaldridge@gmail.com> Date: Sat, 12 Oct 2019 08:21:59 -0600 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 014a8f3e..41ec66f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -47,7 +47,9 @@ steps: timeServer: 'http://timestamp.digicert.com' hashingAlgorithm: 'SHA256' description: 'Wabbajack Modlist Installer' - +- task: CmdLine@2 + inputs: + script: 'pip install requests' - task: PythonScript@0 inputs: scriptSource: 'inline'