test: enable -VerifyArtifact by default in Test-NsinnounpBuild.ps1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,7 @@ param(
|
||||
if ($env:GITEA_CI_TEMPLATE_PATH) { $env:GITEA_CI_TEMPLATE_PATH }
|
||||
else { 'F:\CI\Templates\WinBuild\CI-WinBuild.vmx' }
|
||||
),
|
||||
[switch] $VerifyArtifact
|
||||
[switch] $VerifyArtifact = $true
|
||||
)
|
||||
|
||||
Set-StrictMode -Version Latest
|
||||
|
||||
Reference in New Issue
Block a user