Skip to content

Commit d48ef90

Browse files
authored
- adds missing force flag for unattended install
1 parent a698081 commit d48ef90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ValidateProjectVersionUpdated.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
NuGet. If the version has not been updated, the script will fail and indicate
1111
that the project version neeeds to be updated.
1212
#>
13-
Install-Module SemVerPS -Scope CurrentUser
13+
Install-Module SemVerPS -Scope CurrentUser -Force
1414
$packageName = "Microsoft.OpenApi.OData"
1515
$csprojPath = Join-Path $PSScriptRoot "..\src\Microsoft.OpenApi.OData.Reader\Microsoft.OpenAPI.OData.Reader.csproj"
1616

0 commit comments

Comments
 (0)