Skip to content

Commit

Permalink
Build path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Mar 8, 2022
1 parent 9cea877 commit 97fa281
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

sudo hdiutil attach visualstudioformac-17.0.0.149.dmg
sudo hdiutil attach visualstudioformacpreviewinstaller-17.0.0.149.dmg

echo "Removing pre-installed VSMac"
sudo rm -rf "/Applications/Visual Studio.app"
Expand All @@ -20,4 +20,4 @@ ditto -rsrc "/Volumes/Visual Studio (Preview)/" /Applications/
dotnet msbuild /p:Configuration=ReleaseMac /p:Platform="Any CPU" /t:Restore /t:Build

# Generate Vim.Mac.VsVim_2.8.0.0.mpack extension artifact
msbuild Src/VimMac/VimMac.csproj /t:InstallAddin
dotnet msbuild Src/VimMac/VimMac.csproj /t:InstallAddin

0 comments on commit 97fa281

Please sign in to comment.