Skip to content

Commit d87d002

Browse files
authored
Merge pull request hmscott4#23 from randomnote1/FixBuildTriggers
Fix build triggers
2 parents 0295328 + a22678d commit d87d002

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@ name: Build Management Pack
22

33
# Controls when the action will run.
44
on:
5-
# Triggers the workflow on push or pull request
65
push:
76
branches:
8-
- '*' # matches every branch that doesn't contain a '/'
9-
- '*/*' # matches every branch containing a single '/'
107
- '**' # matches every branch
11-
- '!dev' # excludes dev
12-
- '!main' # excludes main
13-
pull_request:
148

159
# Allows you to run this workflow manually from the Actions tab
1610
workflow_dispatch:

AlertManagement/AlertManagement.mpproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<RootNamespace>SCOM.Alert.Management</RootNamespace>
66
<Name>SCOM.Alert.Management</Name>
77
<ManagementPackName>SCOM.Alert.Management</ManagementPackName>
8-
<Version>1.2.34.112</Version>
8+
<Version>1.2.36.114</Version>
99
<MpFrameworkVersion>v7.0.2</MpFrameworkVersion>
1010
<MpFrameworkProfile>OM</MpFrameworkProfile>
1111
<ProductVersion>1.1.0.0</ProductVersion>

AlertManagement/AlertManagement.mpproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<DeploymentNextVersion>1.2.34.113</DeploymentNextVersion>
4+
<DeploymentNextVersion>1.2.36.115</DeploymentNextVersion>
55
<DeploymentAutoIncrementVersion>True</DeploymentAutoIncrementVersion>
66
<DeploymentStartAction>None</DeploymentStartAction>
77
<DeploymentWebConsoleUrl />

0 commit comments

Comments
 (0)