File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ if ($sign -ne "" -and $sign -ne $null)
3737 Write-Host $required found.
3838 }
3939
40- $buildoutputpath = " $PSScriptRoot \publish\signed"
40+ $buildoutputpath = " $PSScriptRoot \publish\$targetplatform \ signed"
4141}
4242else {
43- $buildoutputpath = " $PSScriptRoot \publish\unsigned"
43+ $buildoutputpath = " $PSScriptRoot \publish\$targetplatform \ unsigned"
4444}
4545
4646Set-Location - Path $PSScriptRoot
@@ -65,7 +65,7 @@ Set-Location -Path "$buildoutputpath\$((Get-Culture).Name)\"
6565# compute hashes of the output
6666$outputfiles = Get-ChildItem " ."
6767foreach ($outfile in $outputfiles ) {
68- certutil - hashfile $outfile.Name sha512 | Out-File - Encoding utf8NoBOM - FilePath " $outfile .sha512 "
68+ certutil - hashfile $outfile.Name sha256 | Out-File - Encoding utf8NoBOM - FilePath " $outfile .sha256 "
6969}
7070
7171Set-Location - Path $startworkinglocation
You can’t perform that action at this time.
0 commit comments