Build issue (#716)
* Fixed a bug in the copy directory to directory in the migration * Somehow GetFiles lost static modifier. * Please work
This commit is contained in:
parent
6af523e172
commit
0e9acb429b
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Package()
|
||||||
find
|
find
|
||||||
|
|
||||||
echo "Copying appsettings.json"
|
echo "Copying appsettings.json"
|
||||||
cp appsettings.Development.json $lOutputFolder/config/appsettings.json
|
cp ./config/appsettings.Development.json $lOutputFolder/config/appsettings.json
|
||||||
|
|
||||||
echo "Creating tar"
|
echo "Creating tar"
|
||||||
cd ../$outputFolder/"$runtime"/
|
cd ../$outputFolder/"$runtime"/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue