diff --git a/Jenkinsfile b/Jenkinsfile index ca3c447..51d1ff8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ pipeline { echo 'StartBuild' sh 'dotnet restore Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj' sh 'dotnet clean Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj' + writeFile(file: 'Api/Ewide.EntityFramework.Core/dbsettings.Development.json', text: '{}') sh 'dotnet build Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj' } }