Skip to content

Commit

Permalink
DevOps Pipelines added to project to track build status. (stegenfeldt#33
Browse files Browse the repository at this point in the history
)

* removing intermediate files

* Updated readme, added tools that are needed for project

* updated installer project, maybe this will fixa upgradeability

* Builds OK after pull request stegenfeldt#29

* Set up CI with Azure Pipelines

* added Azure Pipelines badge

* added VSAE installation to pipeline

* added VSAE msi files to ignore list

* new path to script...

* verbose logging

* Trying a different platform setting

* Added Signkey copy

* perhaps file copy will work now?

* adjusted copy-path to signkey
  • Loading branch information
stegenfeldt authored Oct 1, 2018
1 parent cd31ead commit 5c97c85
Show file tree
Hide file tree
Showing 15 changed files with 102 additions and 2,791 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,5 @@ ModelManifest.xml
/Atea.Windows.Server.Monitoring/AteaST.snk
/Atea.Windows.Service.Monitoring/AteaST.snk
/AteaST.snk
VisualStudioAuthoringConsole_x64.msi
_Scripts/VisualStudioAuthoringConsole_x64.msi
29 changes: 19 additions & 10 deletions Atea.Windows.Installer/Atea.Windows.Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"SccLocalPath" = "8:"
"SccAuxPath" = "8:"
"SccProvider" = "8:"
"BackwardsCompatibleGUIDGeneration" = "8:TRUE"
"Hierarchy"
{
"Entry"
Expand Down Expand Up @@ -46,19 +47,19 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_53950D255F9649DC80B517E8902CA97A"
"OwnerKey" = "8:_C58F4C60AE9D4646B6B73E6E83A7F892"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_C58F4C60AE9D4646B6B73E6E83A7F892"
"OwnerKey" = "8:_989F92A89DCC4C05A2671096BBB0BFB7"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_989F92A89DCC4C05A2671096BBB0BFB7"
"OwnerKey" = "8:_53950D255F9649DC80B517E8902CA97A"
"MsmSig" = "8:_UNDEFINED"
}
}
Expand All @@ -79,6 +80,14 @@
"PrivateKeyFile" = "8:"
"TimeStampServer" = "8:"
"InstallerBootstrapper" = "3:2"
"BootstrapperCfg:{63ACBE69-63AA-4F98-B2B6-99F9E24495F2}"
{
"Enabled" = "11:TRUE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"ComponentsUrl" = "8:"
}
}
"Release"
{
Expand All @@ -100,7 +109,7 @@
"Enabled" = "11:FALSE"
"PromptEnabled" = "11:TRUE"
"PrerequisitesLocation" = "2:1"
"Url" = "8:"
"Url" = "8:https://github.com/stegenfeldt/Atea.Windows/raw/master/Released/Atea.Windows.Installer.msi"
"ComponentsUrl" = "8:"
"Items"
{
Expand Down Expand Up @@ -139,7 +148,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Atea.Windows.File.Monitoring, Version=1.0.3.2, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Atea.Windows.File.Monitoring, Version=1.0.3.51, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_4E738A19F12B461CB0E1656840A98197"
Expand Down Expand Up @@ -170,7 +179,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Atea.Windows.Service.Monitoring, Version=1.0.3.2, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Atea.Windows.Service.Monitoring, Version=1.0.3.20, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_53950D255F9649DC80B517E8902CA97A"
Expand Down Expand Up @@ -201,7 +210,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Atea.Windows.Library, Version=1.0.3.2, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Atea.Windows.Library, Version=1.0.3.8, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_989F92A89DCC4C05A2671096BBB0BFB7"
Expand Down Expand Up @@ -232,7 +241,7 @@
{
"AssemblyRegister" = "3:1"
"AssemblyIsInGAC" = "11:FALSE"
"AssemblyAsmDisplayName" = "8:Atea.Windows.Server.Monitoring, Version=1.0.3.2, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"AssemblyAsmDisplayName" = "8:Atea.Windows.Server.Monitoring, Version=1.0.3.7, Culture=neutral, PublicKeyToken=62373e1518b7f72f, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_C58F4C60AE9D4646B6B73E6E83A7F892"
Expand Down Expand Up @@ -354,15 +363,15 @@
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:FALSE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.3"
"Manufacturer" = "8:Atea Sverige AB"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/stegenfeldt/Atea.Windows/issues"
"Title" = "8:Atea.Windows.Installer"
"Subject" = "8:"
"ARPCONTACT" = "8:Samuel Tegenfledt - Atea Sverige AB"
"ARPCONTACT" = "8:Samuel Tegenfeldt - Atea Sverige AB"
"Keywords" = "8:OpsMgr, System Center, Management Pack"
"ARPCOMMENTS" = "8:"
"ARPURLINFOABOUT" = "8:"
Expand Down
10 changes: 5 additions & 5 deletions Atea.Windows.Library/Atea.Windows.Library.mpproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
<ItemGroup>
<ManagementPackReference Include="Microsoft.SystemCenter.Library">
<Alias>SC</Alias>
<PackageToBundle>false</PackageToBundle>
<PackageToBundle>False</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="Microsoft.Windows.Library">
<Alias>Windows</Alias>
<PackageToBundle>false</PackageToBundle>
<PackageToBundle>False</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="System.Health.Library">
<Alias>Health</Alias>
<PackageToBundle>false</PackageToBundle>
<PackageToBundle>False</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="System.Library">
<Alias>System</Alias>
<PackageToBundle>false</PackageToBundle>
<PackageToBundle>False</PackageToBundle>
</ManagementPackReference>
<ManagementPackReference Include="Microsoft.SystemCenter.Visualization.Library">
<Alias>Visualization</Alias>
<PackageToBundle>false</PackageToBundle>
<PackageToBundle>False</PackageToBundle>
</ManagementPackReference>
</ItemGroup>
<ItemGroup>
Expand Down
29 changes: 20 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,30 @@

The Atea.Windows MP collection is a number of, somewhat related, management packs developed by Atea Sverige AB for our customers.

[![Build Status](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_apis/build/status/stegenfeldt.Atea.Windows)](https://stegenfeldt.visualstudio.com/SCOM%20MP%20-%20Atea.Windows/_build/latest?definitionId=1)

## Tools needed

This project is built using Visual Studio 2017 (Community).
In addition to that, you'd need the following extensions:

- VSAE - Visual Studio Authoring Extensions
- Auto Deploy - <https://marketplace.visualstudio.com/items?itemName=lennyomg.AutoDeploy>
- Microsoft Visual Studio 2017 Installer Projects

## Customers/Sponsors

The following customers have graciously allowed us to co-develop this MP and share our work with our other customers and the rest of the world.

* Clas Ohlson
* Spendrups
* ABB
* Borlänge Kommun
* Piteå Kommun
* Atea Integration Services
* Landstinget Gävleborg
* SSAB
* Xylem Water Solutions
- Clas Ohlson
- Spendrups
- ABB
- Borlänge Kommun
- Piteå Kommun
- Atea Integration Services
- Region Gävleborg
- SSAB
- Xylem Water Solutions

## Disclaimer

Expand Down
Binary file modified Released/Atea.Windows.File.Monitoring.mp
Binary file not shown.
Loading

0 comments on commit 5c97c85

Please sign in to comment.