Skip to content

Commit cd72719

Browse files
committed
Reverting StackPackageFolder usage
1 parent 77ba105 commit cd72719

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>$(StackPackageFolder)\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
23+
<OutputPath>..\..\..\..\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>$(StackPackageFolder)\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
34+
<OutputPath>..\..\..\..\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
3535
<DefineConstants>TRACE;SIGN</DefineConstants>
3636
<Optimize>true</Optimize>
3737
<DebugType>pdbonly</DebugType>

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>$(StackPackageFolder)\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
24+
<OutputPath>..\..\..\Debug\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
2525
<DefineConstants>DEBUG;TRACE</DefineConstants>
2626
<ErrorReport>prompt</ErrorReport>
2727
<WarningLevel>4</WarningLevel>
@@ -30,7 +30,7 @@
3030
<Prefer32Bit>false</Prefer32Bit>
3131
</PropertyGroup>
3232
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
33-
<OutputPath>$(StackPackageFolder)\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
33+
<OutputPath>..\..\..\Stack\Release\ResourceManager\AzureResourceManager\AzureRM.Resources\</OutputPath>
3434
<DefineConstants>TRACE;SIGN</DefineConstants>
3535
<Optimize>true</Optimize>
3636
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)