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..8ae317301e --- /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)\ + + + + + + + + + + + + + +