From a0d1b8882b35820cb38e4683dc9b282d5a3b2017 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 26 Nov 2018 17:11:58 -0800 Subject: [PATCH] Fix for ArgumentException thrown due to empty user secrets ID (#4240) --- src/Framework/pkg/Microsoft.AspNetCore.App.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Framework/pkg/Microsoft.AspNetCore.App.targets b/src/Framework/pkg/Microsoft.AspNetCore.App.targets index be73b09622..e173a44408 100644 --- a/src/Framework/pkg/Microsoft.AspNetCore.App.targets +++ b/src/Framework/pkg/Microsoft.AspNetCore.App.targets @@ -14,7 +14,7 @@ --> + Condition=" '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ">