mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Move SoftwareReport modules to global location (#6720)
This commit is contained in:
committed by
GitHub
parent
107a83d634
commit
656d9522e0
@@ -1,3 +1,6 @@
|
||||
using module ./software-report-base/SoftwareReport.psm1
|
||||
using module ./software-report-base/SoftwareReport.Nodes.psm1
|
||||
|
||||
param (
|
||||
[Parameter(Mandatory)][string]
|
||||
$OutputDirectory,
|
||||
@@ -6,7 +9,6 @@ param (
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
. ("$PSScriptRoot/SoftwareReport.Base.ps1")
|
||||
Import-Module "$PSScriptRoot/SoftwareReport.Common.psm1" -DisableNameChecking
|
||||
Import-Module "$PSScriptRoot/SoftwareReport.Xcode.psm1" -DisableNameChecking
|
||||
Import-Module "$PSScriptRoot/SoftwareReport.Android.psm1" -DisableNameChecking
|
||||
|
||||
Reference in New Issue
Block a user