From 33ec8c601a940a44c7593555bcc5c1cee733019a Mon Sep 17 00:00:00 2001 From: bjansen Date: Mon, 19 Aug 2024 19:36:24 +0200 Subject: [PATCH] updated signing script --- build/signcurrentbuild.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/signcurrentbuild.ps1 b/build/signcurrentbuild.ps1 index 82b7acd..3fce4e0 100644 --- a/build/signcurrentbuild.ps1 +++ b/build/signcurrentbuild.ps1 @@ -2,4 +2,4 @@ # Sign the binaries Write-Host "Signing the binaries..." -d:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpassessment \ No newline at end of file +q:\github\SharePointPnP\CodeSigning\PnP\sign-pnpbinaries.ps1 -SignJson pnpassessment \ No newline at end of file