Skip to content

Commit

Permalink
Use VSMac Preview 7 in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Mar 16, 2022
1 parent 11ee90f commit ae1a312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/build.sh
@@ -1,7 +1,7 @@
echo "Downloading VSMac"
wget --quiet https://download.visualstudio.microsoft.com/download/pr/40d0790a-f7b7-44d3-a6e5-9bc5677fb1d7/28697450215d02cbec72e943d988f51f/visualstudioformacpreviewinstaller-17.0.0.149.dmg
wget --quiet https://download.visualstudio.microsoft.com/download/pr/a643750b-8690-4e7b-a088-9dfc3b2865ba/f315ac486e00a8c3954df7127c0bf526/visualstudioformac-preview-17.0.0.8001-pre.7-x64.dmg

sudo hdiutil attach visualstudioformacpreviewinstaller-17.0.0.149.dmg
sudo hdiutil attach visualstudioformac-preview-17.0.0.8001-pre.7-x64.dmg

echo "Removing pre-installed VSMac"
sudo rm -rf "/Applications/Visual Studio.app"
Expand Down

0 comments on commit ae1a312

Please sign in to comment.