This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e # Exit with nonzero exit code if anything fails | |
sudo apt-get install nuget | |
CPP_PACKAGE_NUSPEC_PATH=$(<CPP_PACKAGE_NUSPEC_PATH.txt) | |
CPP_PACKAGE_NUSPEC_DIRECTORY=$(dirname "$CPP_PACKAGE_NUSPEC_PATH") | |
CPP_PACKAGE_VERSION=$(<CPP_PACKAGE_VERSION.txt) | |
# Download icon.png for the package |