Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build/Project.targets')
-rw-r--r--build/Project.targets5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/Project.targets b/build/Project.targets
index 33baaba..1889d00 100644
--- a/build/Project.targets
+++ b/build/Project.targets
@@ -1,6 +1,11 @@
<Project>
<Import Project="PackageVersions.targets"/>
+ <PropertyGroup>
+ <IsPackable Condition="'$(PushToPublicFeed)' != 'true'">false</IsPackable>
+ <IncludeSymbols>true</IncludeSymbols>
+ </PropertyGroup>
+
<Target Name="DumpPaths">
<Message Text="RepoRootPath: $(RepoRootPath)"/>
<Message Text="RepoObjPath: $(RepoObjPath)"/>