File tree Expand file tree Collapse file tree 5 files changed +2389
-9
lines changed Expand file tree Collapse file tree 5 files changed +2389
-9
lines changed Original file line number Diff line number Diff line change 24
24
include :
25
25
- ' *'
26
26
exclude :
27
+ - test/common/markdown/*
27
28
- tools/releaseBuild/*
28
29
- tools/releaseBuild/azureDevOps/templates/*
29
- - / .vsts-ci/misc-analysis.yml
30
- - / .github/ISSUE_TEMPLATE/*
31
- - / .dependabot/config.yml
30
+ - .vsts-ci/misc-analysis.yml
31
+ - .github/ISSUE_TEMPLATE/*
32
+ - .dependabot/config.yml
32
33
33
34
variables :
34
35
DOTNET_CLI_TELEMETRY_OPTOUT : 1
Original file line number Diff line number Diff line change 25
25
include :
26
26
- ' *'
27
27
exclude :
28
- - /.vsts-ci/misc-analysis.yml
29
- - /.github/ISSUE_TEMPLATE/*
30
- - /.dependabot/config.yml
28
+ - test/common/markdown/*
29
+ - .vsts-ci/misc-analysis.yml
30
+ - .github/ISSUE_TEMPLATE/*
31
+ - .dependabot/config.yml
31
32
- tools/releaseBuild/*
32
33
- tools/releaseBuild/azureDevOps/templates/*
33
34
Original file line number Diff line number Diff line change 24
24
include :
25
25
- ' *'
26
26
exclude :
27
- - / .vsts-ci/misc-analysis.yml
28
- - / .github/ISSUE_TEMPLATE/*
29
- - / .dependabot/config.yml
27
+ - .vsts-ci/misc-analysis.yml
28
+ - .github/ISSUE_TEMPLATE/*
29
+ - .dependabot/config.yml
30
30
- tools/releaseBuild/*
31
31
- tools/releaseBuild/azureDevOps/templates/*
32
+ - test/common/markdown/*
32
33
33
34
variables :
34
35
GIT_CONFIG_PARAMETERS : " 'core.autocrlf=false'"
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " powershell.common.markdown.tests" ,
3
+ "private" : true ,
4
+ "version" : " 1.0.0" ,
5
+ "description" : " The PowerShell Common Markdown Tests." ,
6
+ "main" : " gulpfile.js" ,
7
+ "dependencies" : {
8
+ "gulp" : " ^4.0.2" ,
9
+ "markdownlint" : " ^0.21.0" ,
10
+ "through2" : " ^4.0.2" ,
11
+ "yargs-parser" : " 13.1.2"
12
+ },
13
+ "devDependencies" : {
14
+ "gulp-concat" : " ^2.6.1" ,
15
+ "gulp-debug" : " ^4.0.0"
16
+ },
17
+ "repository" : {
18
+ "type" : " git" ,
19
+ "url" : " git+https://github.com/PowerShell/PowerShell.git"
20
+ },
21
+ "author" : " Microsoft Corporation" ,
22
+ "license" : " MIT" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/PowerShell/PowerShell/issues"
25
+ },
26
+ "homepage" : " https://github.com/PowerShell/PowerShell#readme"
27
+ }
You can’t perform that action at this time.
0 commit comments