Skip to content

Commit e46ae24

Browse files
Meant to delete some commented code
1 parent c70345e commit e46ae24

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

ClassExplorer.build.ps1

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)