mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-05-07 04:39:07 +00:00
Merge branch 'master' of https://github.com/GregorBiswanger/ElectronNET
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[](https://github.com/GregorBiswanger/Electron.NET)
|
||||
|
||||
Master: [](https://ci.appveyor.com/project/robertmuehsig/electron-net/branch/master)
|
||||
Master: [](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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
10
buildAll.cmd
10
buildAll.cmd
@@ -14,4 +14,12 @@ cd ElectronNet.WebApp
|
||||
dotnet restore
|
||||
dotnet build
|
||||
echo "Invoke electronize build in WebApp Demo"
|
||||
dotnet electronize build
|
||||
|
||||
echo "-- win"
|
||||
dotnet electronize build win
|
||||
|
||||
echo "-- linux"
|
||||
dotnet electronize build linux
|
||||
|
||||
echo "-- osx"
|
||||
dotnet electronize build osx
|
||||
|
||||
Reference in New Issue
Block a user