From 3f03428b0cd9104b35405a49a59c434763303bb1 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 8 Feb 2018 12:24:36 -0800 Subject: [PATCH] Include symbols in build output for the VSIX project, and update vsixmanifest dependency version --- build/VSIX.targets | 10 ++++++++++ .../Microsoft.VisualStudio.SecretManager.csproj | 9 +++++++-- .../source.extension.vsixmanifest | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index 83ab88c4f6..687fd72b24 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -8,6 +8,7 @@ $(RepositoryRoot)tooling\$(VSIXName)\$(VSIXName).csproj $(BuildDir)$(VSIXName).vsix $(BuildDir)$(VSIXName).json + $(BuildDir)$(VSIXName).pdb shipoob @@ -32,8 +33,16 @@ $(VSIXName) + + SymbolsFile + $(VSIXArtifactCategory) + $(VSIXName).vsix + full + + + @@ -92,6 +101,7 @@ /p:DeployExtension=false; /p:TargetVSIXContainer=$(VSIXOutputPath); /p:Configuration=$(Configuration); + /p:SymbolsPublishDir=$(BuildDir); /p:PackageReferencePropsPath=$(MSBuildThisFileDirectory)VSIX.props;" /> diff --git a/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj b/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj index 9c3fed86b6..b178075251 100644 --- a/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj +++ b/tooling/Microsoft.VisualStudio.SecretManager/Microsoft.VisualStudio.SecretManager.csproj @@ -37,7 +37,7 @@ false true true - false + true Program $(DevEnvDir)devenv.exe /rootsuffix Exp @@ -53,7 +53,8 @@ latest - pdbonly + true + full true bin\Release\ TRACE @@ -109,4 +110,8 @@ + + + + diff --git a/tooling/Microsoft.VisualStudio.SecretManager/source.extension.vsixmanifest b/tooling/Microsoft.VisualStudio.SecretManager/source.extension.vsixmanifest index 7edf1295e0..37bb50c5da 100644 --- a/tooling/Microsoft.VisualStudio.SecretManager/source.extension.vsixmanifest +++ b/tooling/Microsoft.VisualStudio.SecretManager/source.extension.vsixmanifest @@ -14,7 +14,7 @@ - +