typo + move jenkinsfile

This commit is contained in:
Samuele Locatelli
2022-04-12 08:48:44 +02:00
parent 03bb9beaaf
commit 946e2066d6
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ variables:
- |
# hashBuild per elaborato
$Target = ".\$env:APP_NAME\Release\$env:APP_NAME.zip"
echo "Request hash fo $Target"
echo "Request hash for $Target"
$MD5 = Get-FileHash $Target -Algorithm MD5
$SHA1 = Get-FileHash $Target -Algorithm SHA1
New-Item $Target".md5"
View File