Skip to content

Commit

Permalink
sln removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Jan 5, 2024
1 parent 434cc25 commit bee4181
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 88 deletions.
3 changes: 1 addition & 2 deletions Build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[CmdletBinding()]
param (
[Parameter(HelpMessage="The action to execute.")]
[ValidateSet("Build", "Test", "Pack", "Sln", "BuildSite", "DevelopSite")]
[ValidateSet("Build", "Test", "Pack", "BuildSite", "DevelopSite")]
[string] $Action = "Build",

[Parameter(HelpMessage="The msbuild configuration to use.")]
Expand All @@ -24,7 +24,6 @@ $testDir = Join-Path -Path $rootDir -ChildPath 'test'
switch ($Action) {
"Test" { $projectdir = Join-Path -Path $testDir -ChildPath 'Falco.Tests' }
"Pack" { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco' }
"Sln" { $projectDir = $rootDir }
"BuildSite" { $projectDir = Join-Path -Path $rootDir -ChildPath 'site' }
"DevelopSite" { $projectDir = Join-Path -Path $rootDir -ChildPath 'site' }
Default { $projectDir = Join-Path -Path $srcDir -ChildPath 'Falco' }
Expand Down
86 changes: 0 additions & 86 deletions Falco.sln

This file was deleted.

0 comments on commit bee4181

Please sign in to comment.