Skip to content

Commit

Permalink
Corrected Storage service.projects (#43515)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft committed Apr 19, 2024
1 parent d1b7212 commit 8dc1163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/storage/service.projects
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.ResourceManager.*\**\*.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(SDKType)' == 'functions'">
<ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Microsoft.Azure.WebJobs.Extensions.Storage.*\**\*.csproj" />
<ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Microsoft.Azure.WebJobs.Extensions.Storage*\**\*.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(SDKType)' == 'datamovement'">
<ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Storage.DataMovement.*\**\*.csproj" />
<ProjectsToIncludeBySDKType Include="$(MSBuildThisFileDirectory)Azure.Storage.DataMovement*\**\*.csproj" />
</ItemGroup>
</Project>

0 comments on commit 8dc1163

Please sign in to comment.