Skip to content

Commit 914b5b8

Browse files
committed
Fixing LibrarySOurceFolder to LibraryNugetPackageFolder, adding StackPackageFolder in common targets
1 parent 2db64e1 commit 914b5b8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<ItemGroup>
5050
<Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
5151
<SpecificVersion>False</SpecificVersion>
52-
<HintPath>$(LibrarySourceFolder)\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
52+
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System.Runtime.Caching" />
5555
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</PropertyGroup>
4646
<ItemGroup>
4747
<Reference Include="Microsoft.Azure.Insights">
48-
<HintPath>$(LibrarySourceFolder)\packages\Microsoft.Azure.Insights.0.10.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
48+
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Azure.Insights.0.10.0-preview\lib\net45\Microsoft.Azure.Insights.dll</HintPath>
4949
</Reference>
5050
</ItemGroup>
5151
<ItemGroup>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</PropertyGroup>
5151
<ItemGroup>
5252
<Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53-
<HintPath>$(LibrarySourceFolder)\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
53+
<HintPath>$(LibraryNugetPackageFolder)\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath>
5454
</Reference>
5555
</ItemGroup>
5656
<ItemGroup>

tools/Common.Dependencies.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<LibraryRoot>$(MSBuildThisFileDirectory)\..\</LibraryRoot>
55
<LibraryNugetPackageFolder>$(LibraryRoot)src\packages</LibraryNugetPackageFolder>
6+
<StackPackageFolder>$(LibraryRoot)src\stack</StackPackageFolder>
67
</PropertyGroup>
78
<ItemGroup>
89
<Reference Include="Hyak.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

0 commit comments

Comments
 (0)