We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d57cf3 commit 60812e0Copy full SHA for 60812e0
build/sign.proj
@@ -23,7 +23,8 @@
23
<OutputDir>$(Artifacts)$(Configuration)\net452\</OutputDir>
24
</PropertyGroup>
25
<ItemGroup>
26
- <Net452Files Include="$(OutputDir)Microsoft.Azure.PowerShell*.dll" Exclude="$(OutputDir)Microsoft.Azure.PowerShell*.Test.dll" />
+ <Net452Files Include="$(OutputDir)Microsoft.Azure.Commands*.dll" />
27
+ <Net452Files Include="$(OutputDir)Microsoft.WindowsAzure.Commands*.dll" />
28
</ItemGroup>
29
<CodeSigningTask
30
Description="$(Description)"
0 commit comments