Skip to content

Commit

Permalink
Don't build Windows projects
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Mar 16, 2022
1 parent cd1df2f commit f158acb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Scripts/build.sh
Expand Up @@ -19,8 +19,10 @@ wget https://dot.net/v1/dotnet-install.sh
bash dotnet-install.sh --channel 6.0.1xx

echo "Building the extension"
dotnet msbuild /p:Configuration=ReleaseMac /p:Platform="Any CPU" /t:Restore /t:Build
dotnet msbuild /p:Configuration=ReleaseMac /p:Platform="Any CPU" /t:Restore
cd Src/VimMac
dotnet msbuild /p:Configuration=ReleaseMac /p:Platform="Any CPU" /t:Build

echo "Creating and installing Extension"
# Generate mpack extension artifact
dotnet msbuild Src/VimMac/VimMac.csproj /t:InstallAddin
dotnet msbuild VimMac.csproj /t:InstallAddin

0 comments on commit f158acb

Please sign in to comment.