Correzione target build x pubblicazione

This commit is contained in:
Samuele Locatelli
2022-04-12 08:52:48 +02:00
parent f3fbff5a0f
commit ae2d61338a
+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"