From 216851835bf9595bd1a75d4f416464ae81c9343d Mon Sep 17 00:00:00 2001 From: ryanwischkaemper Date: Sat, 27 Feb 2016 00:06:34 -0600 Subject: [PATCH] Finish powershell post-build script to sign assemblies --- .../DemoAuthenticationProvider.csproj | 2 +- .../Scripts/postbuild.ps1 | 120 +++++++++++++++--- 2 files changed, 104 insertions(+), 18 deletions(-) diff --git a/DemoAuthenticationProvider/DemoAuthenticationProvider.csproj b/DemoAuthenticationProvider/DemoAuthenticationProvider.csproj index d0cd111..87f1b1d 100644 --- a/DemoAuthenticationProvider/DemoAuthenticationProvider.csproj +++ b/DemoAuthenticationProvider/DemoAuthenticationProvider.csproj @@ -84,7 +84,7 @@ - "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -file "$(ProjectDir)Scripts/postbuild.ps1" $(TargetDir) + "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -file "$(ProjectDir)Scripts/postbuild.ps1" $(TargetDir) $(ProjectName)