update: add json
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -6,6 +6,7 @@ pipeline {
|
|||||||
echo 'StartBuild'
|
echo 'StartBuild'
|
||||||
sh 'dotnet restore Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj'
|
sh 'dotnet restore Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj'
|
||||||
sh 'dotnet clean 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'
|
sh 'dotnet build Api/Ewide.Web.Entry/Ewide.Web.Entry.csproj'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user