Skip to content

Commit 6419682

Browse files
committed
Corrected the output path for Commands.Resources.Rest.Netcore.csproj.
1 parent 730c16d commit 6419682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Commands.Resources.Rest.Netcore.csproj

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

1414
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
15-
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
15+
<OutputPath>..\..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
1616
<SignAssembly>True</SignAssembly>
1717
<DelaySign>True</DelaySign>
1818
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
1919
<DefineConstants>TRACE;RELEASE;NETSTANDARD;SIGN</DefineConstants>
2020
</PropertyGroup>
2121

2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
23-
<OutputPath>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
23+
<OutputPath>..\..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources.Netcore\</OutputPath>
2424
<DefineConstants>TRACE;DEBUG;NETSTANDARD</DefineConstants>
2525
<DelaySign>false</DelaySign>
2626
</PropertyGroup>

0 commit comments

Comments
 (0)