Changed pipeline to output to special folder.
This commit is contained in:
@@ -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"]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user