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
|
- name: Build test-signed MSIX installer
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$directory = Join-Path $env:RUNNER_TEMP 'smm-test-signing'
|
$directory = Join-Path $env:RUNNER_TEMP 'smm-test-signing'
|
||||||
$password = [Convert]::ToBase64String([Security.Cryptography.RandomNumberGenerator]::GetBytes(24))
|
$password = [Convert]::ToBase64String([Security.Cryptography.RandomNumberGenerator]::GetBytes(24))
|
||||||
Write-Output "::add-mask::$password"
|
Write-Output "::add-mask::$password"
|
||||||
./build/windows/New-TestSigningCertificate.ps1 -OutputDirectory $directory -Password $password
|
./build/windows/New-TestSigningCertificate.ps1 -OutputDirectory $directory -Password $password
|
||||||
./build/windows/Build-Installer.ps1 `
|
./build/windows/Build-Installer.ps1 `
|
||||||
-CertificatePath (Join-Path $directory 'server-monitor-manager-test-signing.pfx') `
|
-CertificatePath (Join-Path $directory 'server-monitor-manager-test-signing.pfx') `
|
||||||
-CertificatePassword $password
|
-CertificatePassword $password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue