We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62276cf commit 4245f69Copy full SHA for 4245f69
SignFile.bat
@@ -12,7 +12,7 @@ if NOT DEFINED SignTarget goto usage
12
if NOT DEFINED CertFile goto usage
13
if NOT DEFINED Secret goto usage
14
15
-powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -AzureAppId \"%AzureAppId%\" -AzureDirId \"%AzureDirId%\""
+powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -ApplicationId \"%AzureAppId%\" -DirectoryId \"%AzureDirId%\""
16
endlocal
17
goto exit
18
0 commit comments