Skip to content

Commit

Permalink
Fix volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Mar 8, 2022
1 parent 97fa281 commit abae273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/build.sh
Expand Up @@ -15,9 +15,9 @@ rm -rf ~/Library/Developer/Xamarin
rm -rf ~/Library/Application\ Support/VisualStudio

echo "Installing VSMac 17.0 Preview"
ditto -rsrc "/Volumes/Visual Studio (Preview)/" /Applications/
ditto -rsrc "/Volumes/Visual Studio for Mac Preview Installer/" /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
# Generate mpack extension artifact
dotnet msbuild Src/VimMac/VimMac.csproj /t:InstallAddin

0 comments on commit abae273

Please sign in to comment.