MicrosoftPremier / VstsExtensions

Documentation and issue tracking for Microsoft Premier Services Visual Studio Team Services Extensions
MIT License
57 stars 14 forks source link

Task errors with "Unable to get local issuer certificate" #27

Closed elliot-j closed 5 years ago

elliot-j commented 5 years ago

I am using v5. of the Check build quality extension and my unit tests are run with version 2. of the Visual Studio Test task with TFS 2017 on prem

I've set a Repository and Build Definition under the Base line section, and the Code Coverage settings in the build quality task are set to the following

image

When the quality task is run, it errors out the message "unable to get local issuer certificate" and the log does not have a "Build Quality Checks" section.

image

I tried turning on BQC.LogRawData, but this did not produce any additional output in the log (included in previous screenshot)

Any assistance would be appreciated

elliot-j commented 5 years ago

Disregard, completely missed the "Disable NodeJS Certificate check" option in advanced the first few times i read through your docs. enabling that checkbox resolved the issue.