botbuilder-dotnet
botbuilder-dotnet copied to clipboard
Fix PublishToCoveralls.ps1
Fixes #minor
Description
Coveralls code coverage report uploads to coveralls.io are failing for BotBuilder-DotNet-CI-PR-yaml.
Specific Changes
This fixes PublishToCoveralls.ps1 which was installing a Powershell patch for a path separator bug. The patch is no longer available for download. That broke PublishToCoveralls.ps1,
Also upgrade coveralls.net to 4.0.1 was required.