6 lines
162 B
PowerShell
6 lines
162 B
PowerShell
$ErrorActionPreference = "Stop"
|
|
|
|
python (Join-Path $PSScriptRoot "..\\scripts\\update_manifest.py") | Out-Null
|
|
Write-Host "samples-public: manifest regenerated"
|
|
|