update: add json

This commit is contained in:
admin
2021-06-08 07:11:09 +00:00
parent 9dea459ef6
commit 59b4614ff3

1
Jenkinsfile vendored
View File

@@ -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'
}
}