4 references to CertificatePath
RepoTasks (4)
GenerateTestDevCert.cs (4)
38
if (File.Exists(
CertificatePath
))
40
Log.LogMessage(MessageImportance.Normal, $"A test certificate already exists at {
CertificatePath
}");
44
var cert = DevelopmentCertificate.Create(
CertificatePath
);
46
var devCertJsonFile = Path.ChangeExtension(
CertificatePath
, ".json");