microsoft / azure-devops-extension-sdk

Client SDK for developing Azure DevOps extensions
MIT License
125 stars 39 forks source link

add getTeam() to sdk, make build cross platform #37

Closed chris-putnam closed 1 year ago

chris-putnam commented 3 years ago

I am developing a widget and I need to get the team context for the current dashboard. This was possible with the old VSS sdk but not with the new. I saw how the old VSS sdk was doing it and added it here in a similar manner. Also, I am on linux and the hardcoded path in the build script failed, so I made it crossplatform.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

lohitakshgupta commented 1 year ago

Team context has been added in the latest package version, 3.1.2. Reference PR #64 . Closing this PR out. Thanks for contributing.