Skip to content

Commit cfd6239

Browse files
authored
Fixing path
1 parent 7f5e456 commit cfd6239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<DebugSymbols>true</DebugSymbols>
2121
<DebugType>full</DebugType>
2222
<Optimize>false</Optimize>
23-
<OutputPath>..\..\..\Stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
23+
<OutputPath>..\..\..\..\Stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
2424
<DefineConstants>DEBUG;TRACE</DefineConstants>
2525
<ErrorReport>prompt</ErrorReport>
2626
<WarningLevel>4</WarningLevel>
@@ -31,7 +31,7 @@
3131
<SignAssembly>true</SignAssembly>
3232
<AssemblyOriginatorKeyFile>MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
3333
<DelaySign>true</DelaySign>
34-
<OutputPath>..\..\..\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
34+
<OutputPath>..\..\..\..\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
3535
<DefineConstants>TRACE;SIGN</DefineConstants>
3636
<Optimize>true</Optimize>
3737
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)