File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
<Target Name =" CoreCompile" />
27
27
<Target Name =" CopyFilesToOutputDirectory" />
28
28
29
- <ItemGroup Condition =" $(SignParser )" >
29
+ <ItemGroup Condition =" $(SignServer )" >
30
30
<SignFiles Include =" $(OutputPath)\Microsoft.Python.Core.dll" />
31
31
<SignFiles Include =" $(OutputPath)\Microsoft.Python.Parsing.dll" />
32
32
</ItemGroup >
49
49
<FilesToSign Include =" @(SignFiles)" >
50
50
<Authenticode Condition =" %(Extension) == '.nupkg'" >NuGet</Authenticode >
51
51
<Authenticode Condition =" %(Extension) != '.nupkg'" >Microsoft400</Authenticode >
52
- <StrongName >StrongName</StrongName >
52
+ <StrongName Condition = " %(Extension) != '.nupkg' " >StrongName</StrongName >
53
53
</FilesToSign >
54
54
</ItemGroup >
55
55
<Error Condition =" @(_Missing) != ''" Text =" Following files are missing: @(_Missing,'%0A')" />
You can’t perform that action at this time.
0 commit comments