From 15c2bc2975f53d67f202c55337ab81b157d48120 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Sun, 30 Apr 2017 16:06:15 -0700 Subject: [PATCH] Creating a signing target that will handle resolver files. --- build/Signing.proj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build/Signing.proj b/build/Signing.proj index 267f0c975..3fa6d63b4 100644 --- a/build/Signing.proj +++ b/build/Signing.proj @@ -18,6 +18,7 @@ $(BaseOutputDirectory)/stage2 $(BaseOutputDirectory)/stage2compilation $(BaseOutputDirectory)/packages + $(BaseOutputDirectory)/intermediate/MSBuildSdkResolver @@ -71,6 +72,19 @@ + + + + + $(SdkResolverOutputDirectory) + + + + $(InternalCertificateId) + + + +