Skip to content

Commit

Permalink
PMC define web startup project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Psypher9 authored and bricelam committed Sep 25, 2019
1 parent cccdea5 commit bc2255a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGet/EntityFramework/tools/EntityFramework6.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ function EF6($project, $startupProject, $workingDir, $params)

if (IsWeb $startupProject)
{
$startupProjectDir = GetProperty $startupProject.Properties 'FullPath'
$params += '--data-dir', (Join-Path $startupProjectDir 'App_Data')
}

Expand Down

0 comments on commit bc2255a

Please sign in to comment.