Add Azure user roaming and reproducible Laboratorio wallpaper policy
This commit is contained in:
@@ -9,10 +9,14 @@ param(
|
||||
[string]$Owner = 'alexrg',
|
||||
[string]$Repository = 'SGU-CredentialProvider',
|
||||
[string]$TargetCommitish = 'main',
|
||||
[string]$ReleaseNotesPath,
|
||||
[switch]$Draft
|
||||
)
|
||||
|
||||
$ErrorActionPreference = 'Stop'
|
||||
if ($ReleaseNotesPath -and -not (Test-Path -LiteralPath $ReleaseNotesPath -PathType Leaf)) {
|
||||
throw "Release notes file is missing: $ReleaseNotesPath"
|
||||
}
|
||||
$tagName = "v$Version"
|
||||
$assetPaths = @(
|
||||
(Join-Path $ReleaseDirectory "sgu-windows-client-bootstrap-$Version.zip"),
|
||||
@@ -131,6 +135,9 @@ Bootstrap reproducible para el laboratorio SGU.
|
||||
|
||||
Las contraseñas se solicitan de forma interactiva y no se escriben en archivos ni en la línea de comandos. Verifique los ZIP con `SHA256SUMS-$Version.txt`.
|
||||
"@
|
||||
if ($ReleaseNotesPath) {
|
||||
$releaseNotes = Get-Content -LiteralPath $ReleaseNotesPath -Raw -Encoding UTF8
|
||||
}
|
||||
$releaseBody = [ordered]@{
|
||||
tag_name = $tagName
|
||||
target_commitish = $TargetCommitish
|
||||
|
||||
Reference in New Issue
Block a user