MethodsAndPractices / vsteam

PowerShell module for accessing Azure DevOps Services and Azure DevOps Server (formerly VSTS or TFS)
https://methodsandpractices.github.io/vsteam-docs/
MIT License
442 stars 155 forks source link

fixed a problem that prevented the module to load #480

Closed SebastianSchuetze closed 1 year ago

SebastianSchuetze commented 1 year ago

on module load the default project is set as well as the given project queried to check if the project exists this causes a default exception since on module load no set-vsteamaccount is set. This is fixed by returning warning messages

PR Summary

PR Checklist