Skip to content

Commit 84e038e

Browse files
committed
Update storage module output directory
1 parent 8b4bfaf commit 84e038e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Storage/Commands.Storage/Commands.Storage.Netcore.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
16-
<OutputPath>..\..\Package\Debug\Storage\Azure.Storage\</OutputPath>
16+
<OutputPath>..\..\Package\Debug\Storage\Azure.Storage.Netcore\</OutputPath>
1717
<DelaySign>false</DelaySign>
1818
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
1919
</PropertyGroup>
2020

2121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
22-
<OutputPath>..\..\Package\Release\Storage\Azure.Storage\</OutputPath>
22+
<OutputPath>..\..\Package\Release\Storage\Azure.Storage.Netcore\</OutputPath>
2323
<DocumentationFile />
2424
<SignAssembly>true</SignAssembly>
2525
<DelaySign>true</DelaySign>

0 commit comments

Comments
 (0)