Skip to content

Commit

Permalink
Add WaCore.Crud.Data.Ef and WaCore.Crud.Services to build for NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertBodner committed Oct 26, 2017
1 parent 8494083 commit ea3cd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Exec
}

echo "build: Build started"
$projectsToDeploy = @("src/WaCore.Data.Ef", "src/WaCore.Web")
$projectsToDeploy = @("src/WaCore.Data.Ef", "src/WaCore.Web", "src/WaCore.Crud.Data.Ef", "src/WaCore.Crud.Services")

if(Test-Path .\artifacts) { Remove-Item .\artifacts -Force -Recurse }

Expand Down

0 comments on commit ea3cd44

Please sign in to comment.