Skip to content

Commit 52f66f5

Browse files
Move Attestation.Autorest to main (#19524)
* Move Attestation to main * Update ChangeLog.md Co-authored-by: azure-powershell-bot <[email protected]>
1 parent ac731d2 commit 52f66f5

File tree

323 files changed

+50459
-15
lines changed

Some content is hidden

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

323 files changed

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

0 commit comments

Comments
 (0)