Changed pipeline to output to special folder.

This commit is contained in:
2022-04-26 03:40:29 -05:00
parent e83d19b699
commit 4d49ce33c2
2 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ PROP_SHOP_MODULES_DIR = "./Props.Shop/"
PROPS_SHOP_MODULES_DST = "./Props/shops/."
NET_VER = "net6.0"
SHOP_MODULE_GLOB = "**/bin/Release/{net_ver}/publish/*.{ext}"
SHOP_MODULE_GLOB = "output/shop-modules/**/*.{ext}"
EXTS = ["deps.json", "dll"]