Skip to content

Commit 0f3edf7

Browse files
authored
GitHub Actions - Branch URL Badge (#251)
* GitHub Actions: Build and Release (#236) * build and release GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * github dependencies new dependencies required for GitHub Action to compile the sln natively on GitHub * github dependencies VSAE schemas required for building through GitHub Actions * Revert "GitHub Actions: Build and Release (#236)" (#237) This reverts commit b861a46. * GitHub Actions: Build and Release (#238) * build and release GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * github dependencies new dependencies required for GitHub Action to compile the sln natively on GitHub * github dependencies VSAE schemas required for building through GitHub Actions * build and release (directory change) GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * moving directories placed in /workflows * GitHub Actions: Build and Release (#240) * build and release GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * github dependencies new dependencies required for GitHub Action to compile the sln natively on GitHub * github dependencies VSAE schemas required for building through GitHub Actions * build and release (directory change) GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * moving directories placed in /workflows * updating SLN for GitHub Fixing: The project "SMLets.Exchange.Connector" is not selected for building in solution configuration "Debug|Any CPU". * GitHub Actions - CodeQL (#242) initial commit/testing CodeQL * Revert "GitHub Actions - CodeQL (#242)" (#244) This reverts commit 6f14f86. * CodeQL workflow (#245) GitHub Action to perform code scanning with CodeQL * GitHub Actions - Branch Build Actions (#247) * build and release GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * github dependencies new dependencies required for GitHub Action to compile the sln natively on GitHub * github dependencies VSAE schemas required for building through GitHub Actions * build and release (directory change) GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * moving directories placed in /workflows * updating SLN for GitHub Fixing: The project "SMLets.Exchange.Connector" is not selected for building in solution configuration "Debug|Any CPU". * individual branch builds creating dedicated workflows for both primary/dev branches builds * GitHub Actions - Badges (#249) * build and release GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * github dependencies new dependencies required for GitHub Action to compile the sln natively on GitHub * github dependencies VSAE schemas required for building through GitHub Actions * build and release (directory change) GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * moving directories placed in /workflows * updating SLN for GitHub Fixing: The project "SMLets.Exchange.Connector" is not selected for building in solution configuration "Debug|Any CPU". * individual branch builds creating dedicated workflows for both primary/dev branches builds * GitHub Status Badges Adding status badges to the readme to show the build success of the primary/dev branches * GitHub Badges - Branch URL (#250) * build and release GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * github dependencies new dependencies required for GitHub Action to compile the sln natively on GitHub * github dependencies VSAE schemas required for building through GitHub Actions * build and release (directory change) GitHub Action that compiles the connector's C# management pack and other dependencies. Then creates a draft release with the attached zip. Takes three inputs - branch name, version, and if the Release to be drafted should be marked as release/pre-release * moving directories placed in /workflows * updating SLN for GitHub Fixing: The project "SMLets.Exchange.Connector" is not selected for building in solution configuration "Debug|Any CPU". * individual branch builds creating dedicated workflows for both primary/dev branches builds * GitHub Status Badges Adding status badges to the readme to show the build success of the primary/dev branches * GitHub Badge URL updating urls to point at specific branches
1 parent 0999340 commit 0f3edf7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
</p>
44

55
# SCSM Exchange Connector via SMlets
6+
<p align="left">
7+
<img src="https://github.com/AdhocAdam/smletsexchangeconnector/workflows/Primary%20Branch%20-%20Build/badge.svg?branch=primary" />
8+
<img src="https://github.com/AdhocAdam/smletsexchangeconnector/workflows/Dev%20Branch%20-%20Build/badge.svg?branch=dev" />
9+
</p>
10+
611
This PowerShell script leverages the [SMlets module](https://www.powershellgallery.com/packages/SMLets/) to build an open and flexible Exchange Connector for controlling Microsoft System Center Service Manager 2016+
712

813

0 commit comments

Comments
 (0)