Fixed compilation error
This commit is contained in:
parent
c284a7492a
commit
8370a2b929
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ namespace Microsoft.DotNet.ProjectModel.Workspaces
|
||||||
|
|
||||||
private static CSharpCompilationOptions AddSigningOptions(CSharpCompilationOptions options, CommonCompilerOptions compilerOptions, string projectDirectory)
|
private static CSharpCompilationOptions AddSigningOptions(CSharpCompilationOptions options, CommonCompilerOptions compilerOptions, string projectDirectory)
|
||||||
{
|
{
|
||||||
var useOssSigning = compilerOptions.UseOssSigning == true;
|
var useOssSigning = compilerOptions.PublicSign == true;
|
||||||
var keyFile = compilerOptions.KeyFile;
|
var keyFile = compilerOptions.KeyFile;
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(keyFile))
|
if (!string.IsNullOrEmpty(keyFile))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue