From 42bf1c1b2ceb35588ed0dbfc0774962af78b0dfa Mon Sep 17 00:00:00 2001 From: MiYanni Date: Thu, 30 Aug 2018 17:58:35 -0700 Subject: [PATCH 1/2] Adding basic publish process for our myget feed. --- build/build.proj | 2 +- build/pack.proj | 18 +++++++++--------- build/publish.proj | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+), 10 deletions(-) create mode 100644 build/publish.proj diff --git a/build/build.proj b/build/build.proj index c5da37b309..f0e629322d 100644 --- a/build/build.proj +++ b/build/build.proj @@ -33,7 +33,7 @@ - + diff --git a/build/pack.proj b/build/pack.proj index 9a133b3596..2fd27fc56c 100644 --- a/build/pack.proj +++ b/build/pack.proj @@ -17,17 +17,17 @@ - + - + - + - + @@ -39,23 +39,23 @@ - - + + - + - + - + diff --git a/build/publish.proj b/build/publish.proj new file mode 100644 index 0000000000..8eaae2ac23 --- /dev/null +++ b/build/publish.proj @@ -0,0 +1,23 @@ + + + + $(MSBuildThisFileDirectory)..\ + Debug + $(Root)artifacts\ + $(Root)tools\ + $(Tools)NuGet-4.7.0\nuget.exe + $(Artifacts)Package\$(Configuration)\ + + + + + + + + + + + + + + From cb9b0c38edb6cdfdb36e2aace48493c32a0eb0e9 Mon Sep 17 00:00:00 2001 From: MiYanni Date: Wed, 5 Sep 2018 16:41:33 -0700 Subject: [PATCH 2/2] Minor message change --- build/publish.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/publish.proj b/build/publish.proj index 8eaae2ac23..8ae317301e 100644 --- a/build/publish.proj +++ b/build/publish.proj @@ -14,7 +14,7 @@ - +