Skip to content

umn-microsoft-automation/UMN-AutoPackager

Folders and files

NameName
Last commit message
Last commit date
May 3, 2021
May 3, 2021
Sep 28, 2023
Nov 30, 2021
Mar 2, 2022
Feb 4, 2021
Jun 14, 2022
Feb 24, 2022
May 3, 2021
May 3, 2021
Jun 7, 2021
Jan 5, 2021
Jun 4, 2021
Feb 23, 2022
Sep 28, 2023
May 3, 2021

Repository files navigation

UMN-AutoPackager

The UMN-Autopackager module is designed to help automating the building of packages for Microsoft Endpoint Management Configuration Manager (MEMCM formerly SCCM). See the section Building the Project to understand how to build all the components of the repo into the output directory.

Overview

This module consists of a PowerShell portion and a C# portion. They all exist under the UMN-AutoPackager module.

Requirements

Building the Project

Under the /build directory there is a quick_build_local.ps1 file. This will automatically copy all the PowerShell files into the /output/UMN-AutoPackager directory then run a dotnet build on the C# module. After the dotnet build it will copy the C# module to the output directory as well. It then launch a new pwsh window and load the module.