Skip to content

Commit ad33695

Browse files
committed
Do not install jq and install nuget.
1 parent 32cdb02 commit ad33695

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

publish-docs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ if [[ ( "$GITHUB_EVENT_NAME" != "push" ) || ( "$CURRENT_BRANCH" != "$DEFAULT_BRA
77
exit 0
88
fi
99

10+
sudo apt install nuget
11+
1012
# Settings
1113
TARGET_BRANCH="gh-pages"
1214
SHA=$(git rev-parse --verify HEAD)

publish-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ ( "$GITHUB_EVENT_NAME" != "push" ) || ( "$CURRENT_BRANCH" != "$DEFAULT_BRA
77
exit 0
88
fi
99

10-
sudo apt-get install xmlstarlet jq
10+
sudo apt-get install xmlstarlet
1111

1212
PACKAGE_VERSION=$(xmlstarlet sel -t -m '//VersionPrefix[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj)
1313
PACKAGE_RELEASE_NOTES=$(xmlstarlet sel -t -m '//PackageReleaseNotes[1]' -v . -n <Platform.$REPOSITORY_NAME/Platform.$REPOSITORY_NAME.csproj)

0 commit comments

Comments
 (0)