Remove powershellution dependencies
This commit is contained in:
Родитель
950453d4e6
Коммит
cea6205cd9
|
@ -24,9 +24,7 @@
|
|||
to install
|
||||
#>
|
||||
$ModuleUnderTest = "InstallationSDK.ChefClientInstaller"
|
||||
$PSProjDepedencies = @(
|
||||
Join-Path $PSScriptRoot "..\InstallationSDK.AzureServiceRuntime\InstallationSDK.AzureServiceRuntime.psproj"
|
||||
)
|
||||
$PSProjDepedencies = @( )
|
||||
$ModuleDependencies = @()
|
||||
$ErrorActionPreference = "STOP"
|
||||
|
||||
|
@ -34,7 +32,6 @@ $modulesToCleanup = @($ModuleUnderTest)
|
|||
|
||||
|
||||
Import-Module Pester
|
||||
Import-Module Powershellution
|
||||
|
||||
#region Helper Functions
|
||||
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"Name": "InstallationSDK.ChefClientInstaller",
|
||||
"OutputPath": "bin",
|
||||
"Module": {
|
||||
"Id": "461F01C0-4131-4D08-B26A-77BFA521923B",
|
||||
"Name": "InstallationSDK.ChefClientInstaller",
|
||||
"Version": "0.1.5",
|
||||
"Author": "icechef@microsoft.com",
|
||||
"CompanyName": "Microsoft",
|
||||
"Description": "PowerShell Cmdlets for installing Chef-Client.",
|
||||
"Copyright": "(c) 2014 Microsoft. All rights reserved.",
|
||||
"PowerShellVersion": "3.0",
|
||||
"RequiredModules": ["InstallationSDK.AzureServiceRuntime"]
|
||||
},
|
||||
"Files": {
|
||||
"RootModule": "InstallationSDK.ChefClientInstaller.psm1",
|
||||
"Content": [ "./resources/*.*", "./code/*.*", "./script/*.*" ]
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче