Skip to content

Commit 50a1d7d

Browse files
committed
readme, new html syntax
1 parent b1d2a5f commit 50a1d7d

2 files changed

Lines changed: 129 additions & 120 deletions

File tree

Build.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ $srcDir = Join-Path -Path $rootDir -ChildPath 'src'
2424
$testDir = Join-Path -Path $rootDir -ChildPath 'test'
2525

2626
switch ($Action) {
27-
"Test" { $projectdir = Join-Path -Path $testDir -ChildPath 'Falco.Tests' }
28-
"Pack" { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco' }
29-
Default { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco' }
27+
"Test" { $projectdir = Join-Path -Path $testDir -ChildPath 'Falco.Markup.Tests' }
28+
"Pack" { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco.Markup' }
29+
Default { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco.Markup' }
3030
}
3131

3232
if(!$NoRestore.IsPresent) {

0 commit comments

Comments
 (0)