Initial commit (history squashed)
This commit is contained in:
9
scripts/update-model-goldens.ps1
Normal file
9
scripts/update-model-goldens.ps1
Normal file
@@ -0,0 +1,9 @@
|
||||
Param(
|
||||
[Parameter(ValueFromRemainingArguments = $true)]
|
||||
[string[]] $RestArgs
|
||||
)
|
||||
|
||||
$Root = Split-Path -Parent $PSScriptRoot
|
||||
$env:UPDATE_GOLDENS = "1"
|
||||
|
||||
dotnet test (Join-Path $Root "src/StellaOps.Feedser.Models.Tests/StellaOps.Feedser.Models.Tests.csproj") @RestArgs
|
||||
Reference in New Issue
Block a user