Skip to content

Commit a41f44e

Browse files
authored
Merge branch 'develop' into key-store-refactor
2 parents 0a0f46e + 83cf7eb commit a41f44e

30 files changed

+55
-64
lines changed

build/sign.proj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,11 @@
4040
<Target Name="netstandard20">
4141
<Message Importance="high" Text="Sign: netstandard20 started" />
4242
<PropertyGroup>
43-
<OutputDir>$(Artifacts)$(Configuration)\netstandard2.0\</OutputDir>
43+
<OutputDir>$(Artifacts)$(Configuration)</OutputDir>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<NetStandard20Files Include="$(OutputDir)Microsoft.Azure.PowerShell*.dll" Exclude="$(OutputDir)Microsoft.Azure.PowerShell*.Test.dll" />
46+
<NetStandard20Files Include="$(OutputDir)\netstandard2.0\Microsoft.Azure.PowerShell*.dll" Exclude="$(OutputDir)\netstandard2.0\Microsoft.Azure.PowerShell*.Test.dll" />
47+
<NetStandard20Files Include="$(OutputDir)\netcoreapp2.1\Microsoft.Azure.PowerShell*.dll" Exclude="$(OutputDir)\netcoreapp2.1\Microsoft.Azure.PowerShell*.Test.dll" />
4748
</ItemGroup>
4849
<CodeSigningTask
4950
Description="$(Description)"
-78.6 KB
Binary file not shown.
80.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)