We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a698081 commit d48ef90Copy full SHA for d48ef90
scripts/ValidateProjectVersionUpdated.ps1
@@ -10,7 +10,7 @@
10
NuGet. If the version has not been updated, the script will fail and indicate
11
that the project version neeeds to be updated.
12
#>
13
-Install-Module SemVerPS -Scope CurrentUser
+Install-Module SemVerPS -Scope CurrentUser -Force
14
$packageName = "Microsoft.OpenApi.OData"
15
$csprojPath = Join-Path $PSScriptRoot "..\src\Microsoft.OpenApi.OData.Reader\Microsoft.OpenAPI.OData.Reader.csproj"
16
0 commit comments