Skip to content

Commit

Permalink
Removed unused variable declaration in runbuild.ps1.
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Sep 25, 2013
1 parent 2d48c8f commit b7481b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/runbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function Build-MvcSiteMapProvider-Core-Version ([string] $net_version, [string]
$net_version_upper = $net_version.toUpper()
Write-Host "Compiling MvcSiteMapProvider for $net_version_upper, MVC$mvc_version" -ForegroundColor Blue
$outdir = "$build_directory\mvcsitemapprovider.mvc$mvc_version.core\lib\$net_version\"
$srcdir = "$build_directory\mvcsitemapprovider.mvc$mvc_version.core\src\"

if ($net_version -eq "net35") {
$targetFramework = "v3.5"
Expand Down

0 comments on commit b7481b4

Please sign in to comment.