Skip to content

Commit 60812e0

Browse files
committed
Fixed sign process for net452.
1 parent 1d57cf3 commit 60812e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/sign.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
<OutputDir>$(Artifacts)$(Configuration)\net452\</OutputDir>
2424
</PropertyGroup>
2525
<ItemGroup>
26-
<Net452Files Include="$(OutputDir)Microsoft.Azure.PowerShell*.dll" Exclude="$(OutputDir)Microsoft.Azure.PowerShell*.Test.dll" />
26+
<Net452Files Include="$(OutputDir)Microsoft.Azure.Commands*.dll" />
27+
<Net452Files Include="$(OutputDir)Microsoft.WindowsAzure.Commands*.dll" />
2728
</ItemGroup>
2829
<CodeSigningTask
2930
Description="$(Description)"

0 commit comments

Comments
 (0)