Skip to content

Commit 0cf393e

Browse files
try again
1 parent bf80ace commit 0cf393e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
command: |
4242
$file = Get-Item << pipeline.parameters.csproj-file >>
4343
[xml]$cn = Get-Content $file
44-
$version = $cn.Project.PropertyGroup.Version
44+
$version = $cn.Project.PropertyGroup.Version | Select-Object -First 1
45+
Write-Output version=$version
4546
echo "export PACKAGE_VERSION=$version" >> $BASH_ENV
4647
- run:
4748
name: Print PACKAGE_VERSION

0 commit comments

Comments
 (0)