Releases: microsoft/security-devops-azdevops-task-lib
Releases · microsoft/security-devops-azdevops-task-lib
v1.9.0 - latest nuget
- Fixes the nuget client to compare all versions to select the latest and latest pre-release, if requested.
v1.7.2 - fix node10
v1.7.2 - 06/21/2023
Fixed
- Added try-catch best effort for gzip json response decompression from nuget.org
- Compile with nodenext moduleResolution so it implements a Promise resolver intead of yield on dynamic module resolution (node v13.2+)
- Resolves node and node10 task runners
v1.7.0 - nuget javascript client, dependency upgrades
Added
- The
msdo-nuget-client.ts
javascript nuget client - Dependency on adm-zip
- Dependency on decompress-response
Changed
- Install the MSDO nuget package via javascript
- Removes a dependency on dotnet to leverage restore to install the platform cross-platform
- Upgraded dependencies
- azure-pipelines-task-lib to v4.3.1
- azure-pipelines-tool-lib to v2.0.4
- typescript to v5.1.3