From 8fa1823db8e9fd7b73489a9a0c2165fbc46678ed Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 21:02:28 -0800 Subject: [PATCH 1/3] Added Web Trends --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da16e63..81f06c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ See GitHub [Issue #795](https://github.com/dotnet/sdk/issues/795) for the details and discussion. -One of the [undocumented changes](https://docs.microsoft.com/en-us/dotnet/articles/core/migration/) of converting from project.json to csproj, was the `` no longer automatically copied to the output folder during the build or publish process. +One of the [undocumented changes](https://docs.microsoft.com/dotnet/articles/core/migration/?WT.mc_id=dotnet-0000-shboyer) of converting from project.json to csproj, was the `` no longer automatically copied to the output folder during the build or publish process. There have been multiple solutions, both `pre` and `post` publish scripts. However, understanding how MSBUILD works and finding the simplest way is key. Thanks to [Eric Erhardt](https://github.com/eerhardt)'s [latest comment here](https://github.com/dotnet/sdk/issues/795#issuecomment-289782712) I think that this is the cleanest way. From 0020452b72261587dc6b3149f590bdf7f0090e50 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 21:02:30 -0800 Subject: [PATCH 2/3] Added Web Trends From 3e4cca2b496e525e1b5e0552145e89fc3eccbf32 Mon Sep 17 00:00:00 2001 From: Bit Date: Thu, 4 Feb 2021 21:02:33 -0800 Subject: [PATCH 3/3] Added Web Trends