File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,9 @@ name: Build Management Pack
22
33# Controls when the action will run.
44on :
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 :
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments