From bca877a1bf857ab0b1958aa984ca01866d757614 Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Tue, 18 Sep 2018 17:46:27 -0700 Subject: [PATCH 1/4] Update NETCore.App and NETStandard.Library to 2.0.0 --- NuGetProvider.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NuGetProvider.csproj b/NuGetProvider.csproj index 9874a1b..a404323 100644 --- a/NuGetProvider.csproj +++ b/NuGetProvider.csproj @@ -74,9 +74,9 @@ - + - + From c4687fa3c2ad232e9e13102a43855873ed26ace0 Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Wed, 19 Sep 2018 15:23:14 -0700 Subject: [PATCH 2/4] Change PostBuild due to build failure in OneGet --- NuGetProvider.csproj | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/NuGetProvider.csproj b/NuGetProvider.csproj index a404323..a24d4a1 100644 --- a/NuGetProvider.csproj +++ b/NuGetProvider.csproj @@ -89,9 +89,13 @@ - - - - - + + + :Locate MT.EXE Tool: +set MTEXE=$(SolutionDir)..\tools\mt.exe + +:Run the tool to add the manifest to the binary. + +"%25MTEXE%25" -manifest $(ProjectDir)..\provider.manifest -outputresource:$(TargetPath);#101 + From 50dfcd84ce36e9a4ad731ad3870d8c771b58e9a3 Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Wed, 19 Sep 2018 15:38:33 -0700 Subject: [PATCH 3/4] Update PostBuildEvent due to build failure in OneGet --- NuGetProvider.csproj | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/NuGetProvider.csproj b/NuGetProvider.csproj index a404323..4594c2e 100644 --- a/NuGetProvider.csproj +++ b/NuGetProvider.csproj @@ -89,9 +89,12 @@ - - - - - + + :Locate MT.EXE Tool: +set MTEXE=$(SolutionDir)..\tools\mt.exe + +:Run the tool to add the manifest to the binary. + +"%25MTEXE%25" -manifest $(ProjectDir)..\provider.manifest -outputresource:$(TargetPath);#101 + From 02133e08c6eaf5cfbdd7d36dc37fa0112cc1bd63 Mon Sep 17 00:00:00 2001 From: Amber Erickson Date: Thu, 20 Sep 2018 12:50:08 -0700 Subject: [PATCH 4/4] Add verbose to PostBuildEvent --- NuGetProvider.csproj | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/NuGetProvider.csproj b/NuGetProvider.csproj index a24d4a1..b772ed5 100644 --- a/NuGetProvider.csproj +++ b/NuGetProvider.csproj @@ -90,12 +90,9 @@ - - :Locate MT.EXE Tool: -set MTEXE=$(SolutionDir)..\tools\mt.exe - -:Run the tool to add the manifest to the binary. + + + + -"%25MTEXE%25" -manifest $(ProjectDir)..\provider.manifest -outputresource:$(TargetPath);#101 -