From 596b750ab6c80694456d1eb0b7705c4a3d1b1566 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 3 Dec 2018 02:48:48 -0500 Subject: also deploy SMAPI files in release builds --- build/common.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/common.targets') diff --git a/build/common.targets b/build/common.targets index d9ad89f4..7ace8ce0 100644 --- a/build/common.targets +++ b/build/common.targets @@ -99,7 +99,7 @@ - + -- cgit From e8ae2d627d59f9cd28d797d2178b7acdead5ace1 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 4 Dec 2018 20:12:24 -0500 Subject: enable all build deploy tasks in release mode --- build/common.targets | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'build/common.targets') diff --git a/build/common.targets b/build/common.targets index 7ace8ce0..e08e7066 100644 --- a/build/common.targets +++ b/build/common.targets @@ -97,7 +97,7 @@ - + @@ -116,19 +116,19 @@ - + - + - - + + Program $(GamePath)\StardewModdingAPI.exe $(GamePath) -- cgit