Skip to content

Commit 2a974b6

Browse files
BethanyZhouazure-powershell-botlijinpei2008
authored
Move Orbital to main (#19031)
* Move Orbital to main * update CreateMappints_rules.json and create SignatureIssues.csv * Use module instead of regex Co-authored-by: azure-powershell-bot <[email protected]> Co-authored-by: lijinpei2008 <[email protected]>
1 parent c776104 commit 2a974b6

File tree

527 files changed

+89513
-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.

527 files changed

+89513
-0
lines changed

src/Orbital/Az.Orbital.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>Orbital</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)