We need this (#1427)

This commit is contained in:
Joseph Milazzo 2022-08-11 20:37:09 -05:00 committed by GitHub
parent f9a60d6389
commit a2fdbbf7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ Package()
echo dotnet publish -c Release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework 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 dotnet publish -c Release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
#echo "Recopying wwwroot due to bug" echo "Recopying wwwroot due to bug"
#cp -R ./wwwroot/* $lOutputFolder/wwwroot cp -R ./wwwroot/* $lOutputFolder/wwwroot
echo "Copying Install information" echo "Copying Install information"
cp ../INSTALL.txt "$lOutputFolder"/README.txt cp ../INSTALL.txt "$lOutputFolder"/README.txt