There was an error while loading. Please reload this page.
1 parent b1d2a5f commit 50a1d7dCopy full SHA for 50a1d7d
2 files changed
Build.ps1
@@ -24,9 +24,9 @@ $srcDir = Join-Path -Path $rootDir -ChildPath 'src'
24
$testDir = Join-Path -Path $rootDir -ChildPath 'test'
25
26
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' }
+ "Test" { $projectdir = Join-Path -Path $testDir -ChildPath 'Falco.Markup.Tests' }
+ "Pack" { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco.Markup' }
+ Default { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco.Markup' }
30
}
31
32
if(!$NoRestore.IsPresent) {
0 commit comments