We need this (#1427)
This commit is contained in:
parent
f9a60d6389
commit
a2fdbbf7c5
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -87,8 +87,8 @@ Package()
|
|||
echo dotnet publish -c Release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||
dotnet publish -c Release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||
|
||||
#echo "Recopying wwwroot due to bug"
|
||||
#cp -R ./wwwroot/* $lOutputFolder/wwwroot
|
||||
echo "Recopying wwwroot due to bug"
|
||||
cp -R ./wwwroot/* $lOutputFolder/wwwroot
|
||||
|
||||
echo "Copying Install information"
|
||||
cp ../INSTALL.txt "$lOutputFolder"/README.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue