Normalize Windows workflow script indentation
This commit is contained in:
parent
2c31a10216
commit
497f197069
1 changed files with 4 additions and 4 deletions
8
.github/workflows/windows-build.yml
vendored
8
.github/workflows/windows-build.yml
vendored
|
|
@ -32,10 +32,10 @@ jobs:
|
|||
- name: Build test-signed MSIX installer
|
||||
shell: pwsh
|
||||
run: |
|
||||
$directory = Join-Path $env:RUNNER_TEMP 'smm-test-signing'
|
||||
$password = [Convert]::ToBase64String([Security.Cryptography.RandomNumberGenerator]::GetBytes(24))
|
||||
Write-Output "::add-mask::$password"
|
||||
./build/windows/New-TestSigningCertificate.ps1 -OutputDirectory $directory -Password $password
|
||||
$directory = Join-Path $env:RUNNER_TEMP 'smm-test-signing'
|
||||
$password = [Convert]::ToBase64String([Security.Cryptography.RandomNumberGenerator]::GetBytes(24))
|
||||
Write-Output "::add-mask::$password"
|
||||
./build/windows/New-TestSigningCertificate.ps1 -OutputDirectory $directory -Password $password
|
||||
./build/windows/Build-Installer.ps1 `
|
||||
-CertificatePath (Join-Path $directory 'server-monitor-manager-test-signing.pfx') `
|
||||
-CertificatePassword $password
|
||||
|
|
|
|||
Loading…
Reference in a new issue