We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68732f7 commit 4d20deaCopy full SHA for 4d20dea
1 file changed
azure-pipelines.yml
@@ -58,6 +58,7 @@ jobs:
58
condition: eq(variables['BuildConfiguration'], 'Debug')
59
inputs:
60
workingDirectory: '$(Build.SourcesDirectory)/build'
61
+ targetType: inline
62
script: |
63
$packageConfig = [xml](Get-Content ..\.nuget\packages.config)
64
$codecov_version = $packageConfig.SelectSingleNode('/packages/package[@id="Codecov"]').version
0 commit comments