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
445 stars 155 forks source link

bug/fixes#326 #335

Closed SebastianSchuetze closed 4 years ago

SebastianSchuetze commented 4 years ago

Fixes #326

fix the encoding issue for all future cmdlets. Added a default ContentType with JSON and UTF8 encoding if not specified otherwise. Also removed the encoding from the build/release definition functions to have default UTF 8.

Additionally, I added integration tests for handling release definitions with special characters in them.

DarqueWarrior commented 4 years ago

Running tests now.

DarqueWarrior commented 4 years ago

I have no idea why I can never push changes to your branches. I will push to another branch and merge

DarqueWarrior commented 4 years ago

Merging from another branch that includes my changes.