This commit is contained in:
Bryan Thornbury 2016-10-04 15:53:14 -07:00
parent 148008d733
commit 851ed78605

View file

@ -26,7 +26,7 @@ namespace Microsoft.DotNet.ProjectJsonMigration.Rules
private AddPropertyTransform<CommonCompilerOptions>[] KeyFileTransforms
=> new []
{
new AddPropertyTransform<CommonCompilerOptions>("AssemblyOriginatorKeyFile",
new AddPropertyTransform<CommonCompilerOptions>("KeyFile",
compilerOptions => compilerOptions.KeyFile,
compilerOptions => !string.IsNullOrEmpty(compilerOptions.KeyFile)),
new AddPropertyTransform<CommonCompilerOptions>("SignAssembly",