mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
change quotes
This commit is contained in:
@@ -3,7 +3,7 @@ source ~/utils/utils.sh
|
|||||||
source ~/utils/xamarin-utils.sh
|
source ~/utils/xamarin-utils.sh
|
||||||
|
|
||||||
VSMAC_VERSION=$(get_toolset_value '.xamarin.vsmac')
|
VSMAC_VERSION=$(get_toolset_value '.xamarin.vsmac')
|
||||||
if [ VSMAC_VERSION == 'latest' ]; then
|
if [ VSMAC_VERSION == "latest" ]; then
|
||||||
VSMAC_VERSION=$(curl https://formulae.brew.sh/api/cask/visual-studio.json 2>/dev/null | jq .version)
|
VSMAC_VERSION=$(curl https://formulae.brew.sh/api/cask/visual-studio.json 2>/dev/null | jq .version)
|
||||||
fi
|
fi
|
||||||
VSMAC_DOWNLOAD_URL=$(buildVSMacDownloadUrl $VSMAC_VERSION)
|
VSMAC_DOWNLOAD_URL=$(buildVSMacDownloadUrl $VSMAC_VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user