Added fix to copy appsettings.json
This commit is contained in:
parent
4f5b3ec3c1
commit
6b2d121597
2 changed files with 6 additions and 1 deletions
|
|
@ -56,6 +56,9 @@ Package()
|
|||
|
||||
echo "Show API structure"
|
||||
find
|
||||
|
||||
echo "Copying appsettings.json"
|
||||
cp appsettings.Development.json $lOutputFolder/appsettings.json
|
||||
|
||||
echo "Creating tar"
|
||||
cd ../$outputFolder/"$runtime"/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue