Remove powershellution dependencies

This commit is contained in:
mattsch 2015-03-20 17:55:13 -07:00
Родитель 950453d4e6
Коммит cea6205cd9
2 изменённых файлов: 1 добавлений и 23 удалений

Просмотреть файл

@ -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/*.*" ]
}
}