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 699660c commit 8606896Copy full SHA for 8606896
.github/workflows/xml.yml
@@ -15,4 +15,7 @@ jobs:
15
run: |
16
export REPOSITORY_NAME=$(basename ${{ github.repository }})
17
echo $REPOSITORY_NAME
18
- xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj
+ export PACKAGE_VERSION=$(xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj)
19
+ echo $PACKAGE_VERSION
20
+ export PACKAGE_RELEASE_NOTES=$(xmlstarlet sel -t -m '//PackageReleaseNotes[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj)
21
+ echo $PACKAGE_RELEASE_NOTES
0 commit comments