microsoft / security-devops-azdevops

Microsoft Security DevOps extension for Azure DevOps.
MIT License
60 stars 16 forks source link

v1.7.1 - readme and small fixes #53

Closed davidknise closed 1 year ago

osilberman commented 1 year ago

Hi, starting last week (15th of June) the task in my yaml pipeline stopped working. It was working before. The error messages:

[debug]MSDO CLI version contains a latest quantifier: Latest. Continuing with install...

[debug]MSDO_MICROSOFTSECURITYDEVOPSCLIWINX64_LATESTVERSION=undefined

[debug]Fetching service index for: https://api.nuget.org/v3/index.json

[debug]GET https://api.nuget.org/v3/index.json

[debug]Error: Error calling url: Error: connect ECONNREFUSED 13.107.246.67:443

Exception occurred while initializing MSDO:

[debug]task result: Failed

[error]Error: Failed to install the MSDO CLI nuget package.

all the other tasks are working just fine (with downloading other nuget packages), and nuget package can be downloaded without problem, if working direct on my build server with self-hosted devops agent.