Skip to content

Commit d6e51e8

Browse files
committed
[Storage] Move Powershell DMlib from localfeed to src\lib
1 parent 802687e commit d6e51e8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Storage/Storage.Test/Storage.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup>
3030
<Reference Include="Microsoft.WindowsAzure.Storage.DataMovement.PowerShell">
31-
<HintPath>$(RepoTools)LocalFeed\Microsoft.WindowsAzure.Storage.DataMovement.PowerShell.dll</HintPath>
31+
<HintPath>$(RepoSrc)lib\Microsoft.WindowsAzure.Storage.DataMovement.PowerShell.dll</HintPath>
3232
</Reference>
3333
</ItemGroup>
3434

src/Storage/Storage/Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929
<ItemGroup>
3030
<Reference Include="Microsoft.WindowsAzure.Storage.DataMovement.PowerShell">
31-
<HintPath>$(RepoTools)LocalFeed\Microsoft.WindowsAzure.Storage.DataMovement.PowerShell.dll</HintPath>
31+
<HintPath>$(RepoSrc)lib\Microsoft.WindowsAzure.Storage.DataMovement.PowerShell.dll</HintPath>
3232
</Reference>
3333
</ItemGroup>
3434
</Project>

0 commit comments

Comments
 (0)