Skip to content

Commit 5d3bc00

Browse files
Migrate Workloads from generation to main (#21562)
* Move Workloads to main * Fix the issue of static analysis --------- Co-authored-by: wyunchi-ms <[email protected]>
1 parent 4e2b0d0 commit 5d3bc00

File tree

1,121 files changed

+209458
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,121 files changed

+209458
-0
lines changed

src/Workloads/Az.Workloads.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PsModuleName>Workloads</PsModuleName>
4+
</PropertyGroup>
5+
6+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
7+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
8+
</Project>

0 commit comments

Comments
 (0)