mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #162] [MERGED] CLI is now a dotnet tool #1099
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/162
Author: @robertmuehsig
Created: 9/3/2018
Status: ✅ Merged
Merged: 9/25/2018
Merged by: @GregorBiswanger
Base:
master← Head:dev/move-to-globaltool📝 Commits (3)
c9d53d2draft1b7dc7cnext tryd50984apath fix📊 Changes
6 files changed (+23 additions, -17 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
ElectronNET.CLI/ElectronNET.CLI.csproj(+4 -3)📝
ElectronNET.WebApp/ElectronNET.WebApp.csproj(+0 -3)📝
NuGet.config(+1 -2)📝
buildAll.cmd(+8 -5)📝
buildAll.sh(+9 -4)📄 Description
Moving from the "old" way to the new proposed dotnet tool world.
Will enable us to install "electronize" on as a "global dotnet tool".
e.g. just invoke it from the cmd via "electronize ..."
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.