We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fcc05 commit 7ae117dCopy full SHA for 7ae117d
builder/actions/setup_cross_ci_helpers.py
@@ -23,6 +23,7 @@ def create_windows_cert_store(env, certificate_env, location_env):
23
# Import the PFX into the Windows Certificate Store
24
# (Passing '$mypwd' is required even though it is empty and our certificate has no password. It fails CI otherwise)
25
import_pfx_arguments = [
26
+ "$env:PSModulePath = '';",
27
"Import-PfxCertificate",
28
"-FilePath", pfx_cert_path,
29
"-CertStoreLocation", windows_certificate_folder]
0 commit comments