diff --git a/README.md b/README.md index a742288..bc312e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Electron.NET Logo](https://github.com/GregorBiswanger/Electron.NET/blob/master/assets/images/electron.net-logo.png)](https://github.com/GregorBiswanger/Electron.NET) -Master: [![Build status](https://ci.appveyor.com/api/projects/status/u710d6hman5a4beb/branch/master?svg=true)](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master) +Master: [![Build status](https://ci.appveyor.com/api/projects/status/q95h4xt14papwi05/branch/master?svg=true)](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master) Build cross platform desktop apps with .NET Core 2.0 and ASP.NET NET Core. diff --git a/appveyor.yml b/appveyor.yml index de58500..5cb7009 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,8 @@ version: 1.0.{build} image: Visual Studio 2017 build_script: - cmd: buildAll.cmd +pull_requests: + do_not_increment_build_number: true artifacts: - path: ElectronNET.WebApp\bin\desktop name: Desktop diff --git a/buildAll.cmd b/buildAll.cmd index 68e41e1..4598875 100755 --- a/buildAll.cmd +++ b/buildAll.cmd @@ -14,4 +14,12 @@ cd ElectronNet.WebApp dotnet restore dotnet build echo "Invoke electronize build in WebApp Demo" -dotnet electronize build \ No newline at end of file + +echo "-- win" +dotnet electronize build win + +echo "-- linux" +dotnet electronize build linux + +echo "-- osx" +dotnet electronize build osx