Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mahuang/PromptMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
kceiw committed Feb 16, 2021
2 parents 9b25a8b + 1decdb5 commit 39b2a8f
Show file tree
Hide file tree
Showing 5,455 changed files with 194,423 additions and 118,236 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
270 changes: 270 additions & 0 deletions .ci-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,270 @@
{
"rules": [
{
"patterns": [
".azure-pipeline/*",
"NugGet.Config",
"Repo.props"
],
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"help:all",
"signature:all",
"test:all",
"sub-task:all"
]
},
{
"patterns": [
"src/*.props"
],
"phases": [
"build:all",
"dependence:all",
"test:all"
]
},
{
"patterns": [
"src/lib/*"
],
"phases": [
"build:all",
"dependence:all"
]
},
{
"patterns": [
"docker/*",
"documentation/*",
".github/*",
"setup/*",
".dockerignore",
".git*",
"appveyor.yml",
"CONTRIBUTION.md",
"LICENSE.txt",
"README.md",
"**/ChangeLog.md",
"**/readme.md",
"src/**/document/*"
],
"phases": []
},
{
"patterns": [
"src/{ModuleName}/test/*",
"src/{ModuleName}/*.Test/*"
],
"phases": [
"build:dependent-module",
"test:module"
]
},
{
"patterns": [
"src/{ModuleName}/**/*.md"
],
"phases": [
"build:module",
"help:module"
]
},
{
"patterns": [
"src/{ModuleName}/**/*.csproj"
],
"phases": [
"build:related-module",
"dependence:dependence-module",
"test:dependence-module"
]
},
{
"patterns": [
"src/{ModuleName}/*"
],
"phases": [
"build:related-module",
"breaking-change:module",
"help:module",
"signature:module",
"test:dependence-module"
]
},
{
"patterns": [
"tools/StaticAnalysis/Exceptions/{ModuleName}/MissingAssemblies.csv",
"tools/StaticAnalysis/Exceptions/{ModuleName}/AssemblyVersionConflict.csv",
"tools/StaticAnalysis/Exceptions/{ModuleName}/ExtraAssemblies.csv",
"tools/StaticAnalysis/Exceptions/{ModuleName}/SharedAssemblyConflict.csv"
],
"phases": [
"build:module",
"dependence:module"
]
},
{
"patterns": [
"tools/StaticAnalysis/Exceptions/{ModuleName}/BreakingChangeIssues.csv"
],
"phases": [
"build:module",
"breaking-change:module"
]
},
{
"patterns": [
"tools/StaticAnalysis/Exceptions/{ModuleName}/HelpIssues.csv"
],
"phases": [
"build:module",
"help:module"
]
},
{
"patterns": [
"tools/StaticAnalysis/Exceptions/{ModuleName}/SignatureIssues.csv"
],
"phases": [
"build:module",
"signature:module"
]
},
{
"patterns": [
"tools/StaticAnalysis/*",
"tools/Tools.Common/*"
],
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"help:all",
"signature:all"
]
},
{
"patterns": [
"tools/Az.Tools.Predictor/*"
],
"phases": [
"sub-task:Predictor"
]
},
{
"patterns": [
"tools/Az.Tools.Installer/*"
],
"phases": [
"sub-task:Installer"
]
},
{
"patterns": [
"tools/AddModulePsm1Dependency.ps1",
"tools/Common.Netcore.Dependencies.targets",
"tools/AzureRM.Example.psm1"
],
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"help:all",
"signature:all",
"test:all"
]
},
{
"patterns": [
"tools/GenerateHelp.ps1",
"tools/HelpGeneration/*"
],
"phases": [
"build:all",
"help:all"
]
},
{
"patterns": [
"tools/CheckAssemblies.ps1"
],
"phases": [
"build:all",
"dependence:all"
]
},
{
"patterns": [
"tools/CheckSignature.ps1"
],
"phases": [
"build:all",
"signature:all"
]
},
{
"patterns": [
"tools/Common.Netcore.Dependencies.Test.targets"
],
"phases": [
"build:all",
"test:all"
]
},
{
"patterns": [
"tools/ARMIncrementVersion.ps1",
"tools/ARMSyncVersion.ps1",
"tools/ASMIncrementVersion.ps1",
"tools/AzureRM.Example.psm1",
"tools/BuildInstaller.ps1",
"tools/CheckChangeLog.ps1",
"tools/CheckIgnoredFile.ps1",
"tools/CleanupBuild.ps1",
"tools/CommonIncrementVersion.ps1",
"tools/CreateAliasMapping.ps1",
"tools/CreateMappings_rules.json",
"tools/CreateMappings.ps1",
"tools/CreateRegistryEntry.ps1"
],
"phases": []
},
{
"patterns": [
"tools/Az/*",
"tools/BatchModelGenerator/*",
"tools/BreakingChanges/*",
"tools/Docker/*",
"tools/FormatPs1XmlGenerator/*",
"tools/Gen2Master/*",
"tools/InstallationTests/*",
"tools/Installer/*",
"tools/NetCoreCsProjSync/*",
"tools/NetCorePsd1Sync/*",
"tools/ProjectTemplates/*",
"tools/RepoTasks/*",
"tools/SecurityTools/*",
"tools/Test/*",
"tools/Tools.Common.Test/*",
"tools/VersionController/*"
],
"phases": []
},
{
"patterns": [
"others"
],
"phases": [
"build:all",
"breaking-change:all",
"dependence:all",
"help:all",
"signature:all",
"test:all"
]
}
]
}
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# To make sure Network PRs go to the right branch, e.g. network-april
/src/Network/ @MikhailTryakhov
/src/Compute/ @bilaakpan-ms @sandido @dkulkarni-ms @haagha @madewithsmiles @MS-syh2qs @grizzlytheodore
/src/PolicyInsights/ @pilor
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ src/local-artifacts/*

obj
bin
TestResults
**/*TestResults*
*.orig
*.ncrunchsolution
*.patch
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository contains PowerShell cmdlets for developers and administrators to

## Basics

If you would like to become an active contributor to this project (or any other open source Microsoft project), please see the list of resources found on [this page](https://opensource.microsoft.com/resources).
If you would like to become an active contributor to this project (or any other open source Microsoft project), please see the list of resources found on [this page](https://opensource.microsoft.com/collaborate/).

## Before Starting

Expand Down
Loading

0 comments on commit 39b2a8f

Please sign in to comment.