CI server does not have valid dev-cert

This commit is contained in:
xinchen 2024-09-05 10:49:02 -07:00
Родитель 7fa6ffabd8
Коммит 9df9984d24
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -54,7 +54,6 @@ before_build:
[Environment]::SetEnvironmentVariable("PATH", $env:Path, "User")
Write-Output "Restoring dotnet projects ..."
dotnet restore amqp-dotnet.sln

Просмотреть файл

@ -81,7 +81,7 @@ namespace Test.Common
X509Certificate2Collection collection = store.Certificates.Find(
X509FindType.FindBySubjectName,
certFindValue,
true);
false);
if (collection.Count == 0)
{
cert = null;