From 0157e38a23bbe7ef827a34c221bc3cd268f242a7 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 26 Sep 2018 15:05:40 -0700 Subject: [PATCH] Fix the path for SignedPackageFile and include the VSIX .dll in signing --- build/VSIX.targets | 1 + .../Microsoft.HttpRepl.csproj | 8 ++++---- .../dotnet-user-secrets.csproj | 20 +++++++++---------- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/build/VSIX.targets b/build/VSIX.targets index 687fd72..058c4dd 100644 --- a/build/VSIX.targets +++ b/build/VSIX.targets @@ -41,6 +41,7 @@ + diff --git a/src/Microsoft.HttpRepl/Microsoft.HttpRepl.csproj b/src/Microsoft.HttpRepl/Microsoft.HttpRepl.csproj index 72f3e8f..821e739 100644 --- a/src/Microsoft.HttpRepl/Microsoft.HttpRepl.csproj +++ b/src/Microsoft.HttpRepl/Microsoft.HttpRepl.csproj @@ -21,10 +21,10 @@ - - - - + + + + diff --git a/src/dotnet-user-secrets/dotnet-user-secrets.csproj b/src/dotnet-user-secrets/dotnet-user-secrets.csproj index ae77d9b..5bcc7e7 100644 --- a/src/dotnet-user-secrets/dotnet-user-secrets.csproj +++ b/src/dotnet-user-secrets/dotnet-user-secrets.csproj @@ -24,18 +24,18 @@ - - - - - - - - - + + + + + + + + + - +