Use Azure DevOps Pipeline to Publish a PowerShell Module to the PowerShell Gallery
Recently I released a new PowerShell Module called PSJwt to the PowerShell Gallery. This is a PowerShell Module for JWT (JSON Web Tokens). The PowerShell Module is using the Jwt.Net library. This l...