Skip to content

Commit

Permalink
use proj ref (#25992)
Browse files Browse the repository at this point in the history
update ci to run with arm core
  • Loading branch information
m-nash authored Dec 17, 2021
1 parent ee0622a commit 2ef46a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\src\Azure.ResourceManager.Storage.csproj" />
<ProjectReference Include="..\..\..\network\Azure.ResourceManager.Network\src\Azure.ResourceManager.Network.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Azure.ResourceManager.Network" />
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions sdk/storage/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pr:
paths:
include:
- sdk/storage/
- sdk/resourcemanager/

extends:
template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml
Expand Down

0 comments on commit 2ef46a0

Please sign in to comment.