-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from PepperDash/feature/fix-builds
Feature/fix builds
- Loading branch information
Showing
25 changed files
with
198 additions
and
237 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Beta Build | ||
|
||
on: | ||
push: | ||
branches-ignore: | ||
- "main" | ||
|
||
workflow_dispatch: | ||
inputs: | ||
branch: | ||
description: 'Branch to build' | ||
required: true | ||
type: string | ||
|
||
jobs: | ||
call-workflow: | ||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-builds.yml@main | ||
secrets: inherit | ||
with: | ||
branch: ${{ github.ref_name }} | ||
default-branch: "main" | ||
|
26 changes: 26 additions & 0 deletions
26
.github/workflows/essentialsplugins-releasebuilds-caller.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
name: Release Build | ||
|
||
on: | ||
release: | ||
types: | ||
- released | ||
branches: | ||
- "main" | ||
|
||
workflow_dispatch: | ||
inputs: | ||
branch: | ||
description: 'Branch to build' | ||
required: true | ||
type: string | ||
|
||
jobs: | ||
call-workflow: | ||
uses: PepperDash/workflow-templates/.github/workflows/essentialsplugins-builds.yml@main | ||
secrets: inherit | ||
with: | ||
branch: "main" | ||
default-branch: "main" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "EssentialsBuilds"] | ||
path = EssentialsBuilds | ||
url=https://github.com/PepperDash/Essentials-Builds.git | ||
Submodule EssentialsBuilds
deleted from
e9f64d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
@Echo ON | ||
nuget install .\packages.config -OutputDirectory .\packages -excludeVersion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package > | ||
<metadata> | ||
<id>PepperDash.Essentials.Plugin.PanasonicDispaly</id> | ||
<version>1.0.0</version> | ||
<title>Panasonic Dispaly Plugin</title> | ||
<authors>PepperDash Technologies</authors> | ||
<owners>pepperdash</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<license type="expression">MIT</license> | ||
<projectUrl>https://github.com/PepperDash/PanasonicDisplay.EPI</projectUrl> | ||
<copyright>Copyright 2021</copyright> | ||
<description>Extron Dmp DSP plugin used with PepperDash Essentials SIMPL# Pro application to expose functionality in SIMPL Windows using bridges.</description> | ||
<tags>crestron 3series 4series</tags> | ||
<repository type="git" url="https://github.com/PepperDash/epi-extron-dmp"/> | ||
</metadata> | ||
<files> | ||
<file src="**" target="lib\net35"/> | ||
<file src="**" target="lib\net47"/> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.