Skip to content

Commit 1722671

Browse files
authored
Merge pull request #922 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 9288c87 + 25d60ef commit 1722671

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Modules/CIPPCore/lib/Cronos.dll

-52.3 KB
Binary file not shown.

Tools/Build-DevApiModules.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ $repoRoot = Split-Path -Parent $toolsRoot
55
$modulesRoot = Join-Path $repoRoot 'Modules'
66
$outputRoot = Join-Path $repoRoot 'Output'
77

8+
if (-not (Get-Module -ListAvailable -Name ModuleBuilder)) {
9+
Install-Module -Name ModuleBuilder -Scope CurrentUser -Force
10+
}
11+
Import-Module -Name ModuleBuilder -Force
12+
813
Write-Host "Repo root: $repoRoot"
914
Set-Location -Path $repoRoot
1015

0 commit comments

Comments
 (0)