do not deploy .pdb files
This commit is contained in:
parent
d4fdf92009
commit
fc981d1019
|
@ -17,6 +17,7 @@ dotnet publish \
|
|||
echo -e "\n============================ Deploy ============================\n"
|
||||
|
||||
rsync -v \
|
||||
--exclude '*.pdb' \
|
||||
./bin/Release/$dotnet_version/linux-x64/publish/* \
|
||||
$username@"$salimax_ip":~/salimax
|
||||
|
||||
|
|
Loading…
Reference in New Issue