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 94fd495 commit f565040Copy full SHA for f565040
.azure-pipelines/ci-build.yml
@@ -42,7 +42,7 @@ steps:
42
az acr login --name msgraphpperegistry
43
44
- powershell: |
45
- $content = [XML](Get-Content ./src/Microsoft.OpenApi.Hidi/Microsoft.OpenApi.Hidi.csproj)
+ $content = [XML](Get-Content ./Directory.Build.props)
46
$version = $content.Project.PropertyGroup.Version
47
Write-Host "Version found: $version"
48
Write-Host "##vso[task.setvariable variable=version;isoutput=true]$version"
0 commit comments