Skip to content

Commit 4245f69

Browse files
committed
Fixed parameters.
1 parent 62276cf commit 4245f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignFile.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if NOT DEFINED SignTarget goto usage
1212
if NOT DEFINED CertFile goto usage
1313
if NOT DEFINED Secret goto usage
1414

15-
powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -AzureAppId \"%AzureAppId%\" -AzureDirId \"%AzureDirId%\""
15+
powershell -NoLogo -NoProfile -Command "Import-Module .\signfile.ps1; Azure-Signfile -CertFile \"%CertFile%\" -SignSecret \"%Secret%\" -Description \"%Description%\" -TargetFile \"%SignTarget%\" -ApplicationId \"%AzureAppId%\" -DirectoryId \"%AzureDirId%\""
1616
endlocal
1717
goto exit
1818

0 commit comments

Comments
 (0)