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 e92ad3a commit 039f50bCopy full SHA for 039f50b
.github/workflows/xml.yml
@@ -15,3 +15,5 @@ jobs:
15
run: |
16
export REPOSITORY_NAME=$(basename ${{ github.repository }})
17
echo $REPOSITORY_NAME
18
+ - name: Reading from xml
19
+ run: xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj
0 commit comments