File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,28 +20,6 @@ $testModuleManifestSplat = @{
2020$manifest = Test-ModuleManifest @testModuleManifestSplat
2121$moduleVersion = $manifest.Version
2222
23-
24- # $script:Settings = @{
25- # Name = $moduleName
26- # Manifest = $manifest
27- # Version = $manifest.Version
28- # ShouldTest = $true
29- # }
30-
31- # $script:Folders = @{
32- # PowerShell = "$PSScriptRoot\module"
33- # CSharp = "$PSScriptRoot\src"
34- # Build = '{0}\src\{1}\bin\{2}' -f $PSScriptRoot, $moduleName, $Configuration
35- # Release = '{0}\Release\{1}\{2}' -f $PSScriptRoot, $moduleName, $manifest.Version
36- # Docs = "$PSScriptRoot\docs"
37- # Test = "$PSScriptRoot\test"
38- # Results = "$PSScriptRoot\testresults"
39- # }
40-
41- # HasDocs = Test-Path ('{0}\{1}\*.md' -f $Folders.Docs, $PSCulture)
42- # HasTests = Test-Path ('{0}\*.Tests.ps1' -f $Folders.Test)
43- # $_IsUnix = $PSVersionTable.PSEdition -eq "Core" -and -not $IsWindows
44-
4523$tools = " $PSScriptRoot \tools"
4624$script :GetDotNet = Get-Command $tools \GetDotNet.ps1
4725$script :AssertModule = Get-Command $tools \AssertRequiredModule.ps1
You can’t perform that action at this time.
0 commit comments