From a7e3300a936f0c33a548f14526ab5f6ea572bd66 Mon Sep 17 00:00:00 2001 From: Cathal Noonan Date: Wed, 9 Aug 2023 20:38:49 +0100 Subject: [PATCH] Replace msbuild scripts with nuget package --- d365-pcf-processsessions.proj | 28 +---------------- solution/Directory.Build.targets | 54 -------------------------------- solution/solution.cdsproj | 3 +- 3 files changed, 3 insertions(+), 82 deletions(-) delete mode 100644 solution/Directory.Build.targets diff --git a/d365-pcf-processsessions.proj b/d365-pcf-processsessions.proj index 30437f9..b56f9a1 100644 --- a/d365-pcf-processsessions.proj +++ b/d365-pcf-processsessions.proj @@ -1,27 +1 @@ - - - - - - - - - - - - - - - - - - - - - + diff --git a/solution/Directory.Build.targets b/solution/Directory.Build.targets deleted file mode 100644 index 9798ade..0000000 --- a/solution/Directory.Build.targets +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - @(temp_SolutionVersionNumber) - $([System.Text.RegularExpressions.Regex]::Replace($(temp_SolutionVersionNumber),"\.", "_")) - - - - _managed - - - @(temp_SolutionUniqueName)_$(temp_SolutionVersionNumber)$(temp_SolutionManagedSuffix) - - - $(MSBuildProjectDirectory)\..\dist\$(temp_SolutionUniqueName).zip - - - - - diff --git a/solution/solution.cdsproj b/solution/solution.cdsproj index e0a1371..1b933c7 100644 --- a/solution/solution.cdsproj +++ b/solution/solution.cdsproj @@ -1,5 +1,6 @@  - + $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\PowerApps