File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ if [[ ( "$GITHUB_EVENT_NAME" != "push" ) || ( "$CURRENT_BRANCH" != "$DEFAULT_BRA
77 exit 0
88fi
99
10+ sudo apt install nuget
11+
1012# Settings
1113TARGET_BRANCH=" gh-pages"
1214SHA=$( git rev-parse --verify HEAD)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [[ ( "$GITHUB_EVENT_NAME" != "push" ) || ( "$CURRENT_BRANCH" != "$DEFAULT_BRA
77 exit 0
88fi
99
10- sudo apt-get install xmlstarlet jq
10+ sudo apt-get install xmlstarlet
1111
1212PACKAGE_VERSION=$( xmlstarlet sel -t -m ' //VersionPrefix[1]' -v . -n < Platform.$REPOSITORY_NAME /Platform.$REPOSITORY_NAME .csproj)
1313PACKAGE_RELEASE_NOTES=$( xmlstarlet sel -t -m ' //PackageReleaseNotes[1]' -v . -n < Platform.$REPOSITORY_NAME /Platform.$REPOSITORY_NAME .csproj)
You can’t perform that action at this time.
0 commit comments