From a564f88407051077c2f2b8513a85d064c7b13ef6 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Thu, 19 Oct 2017 00:04:59 +0200 Subject: [PATCH 1/3] Update buildAll.cmd --- buildAll.cmd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 From 91bb946fb45aebeefa484a518e3fc3a20fde55a0 Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Thu, 19 Oct 2017 21:45:09 +0200 Subject: [PATCH 2/3] Update appveyor.yml --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) 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 From 356772bccbb9d630ab300dbfc84bec1047e301ce Mon Sep 17 00:00:00 2001 From: Robert Muehsig Date: Thu, 19 Oct 2017 21:47:45 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96558ae..bc7ae1b 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 and ASP.NET NET Core.