Skip to content

Commit 7f5e456

Browse files
committed
Fix output paths
1 parent 8397da2 commit 7f5e456

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 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>..\..\..\..\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>..\..\..\..\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>
@@ -247,4 +247,4 @@
247247
</ItemGroup>
248248
<ItemGroup />
249249
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
250-
</Project>
250+
</Project>

src/StackAdmin/Resources/Commands.Resources.Test/Commands.Resources.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,4 +595,4 @@
595595
</ItemGroup>
596596
<ItemGroup />
597597
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
598-
</Project>
598+
</Project>

src/StackAdmin/Resources/Commands.Resources/Commands.Resources.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<DebugSymbols>true</DebugSymbols>
2222
<DebugType>full</DebugType>
2323
<Optimize>false</Optimize>
24-
<OutputPath>..\..\..\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
24+
<OutputPath>..\..\..\Stack\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
2525
<DefineConstants>DEBUG;TRACE</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
@@ -176,4 +176,4 @@
176176
</ItemGroup>
177177
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="$(OutputPath)\help\" ContinueOnError="false" />
178178
</Target>
179-
</Project>
179+
</Project>

0 commit comments

Comments
 (0)