Name the spelling yaml something more appropriate (#8601)

* Rename spelling.yml to misc-analysis.yml
* Update mac.yml
* Update windows.yml
* Update README.md
This commit is contained in:
Reece Dunham 2019-01-07 15:54:13 -05:00 committed by Travis Plunk
parent f95dae55f7
commit c188666305
5 changed files with 9 additions and 9 deletions

View file

@ -9,7 +9,7 @@ trigger:
- '*'
exclude:
- /tools/releaseBuild/**/*
- /.vsts-ci/spelling.yml
- /.vsts-ci/misc-analysis.yml
pr:
branches:
include:
@ -20,7 +20,7 @@ pr:
- '*'
exclude:
- /tools/releaseBuild/**/*
- /.vsts-ci/spelling.yml
- /.vsts-ci/misc-analysis.yml
variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
POWERSHELL_TELEMETRY_OPTOUT: 1

View file

@ -9,7 +9,7 @@ trigger:
- '*'
exclude:
- /tools/releaseBuild/**/*
- /.vsts-ci/spelling.yml
- /.vsts-ci/misc-analysis.yml
pr:
branches:
include:
@ -20,11 +20,11 @@ pr:
- '*'
exclude:
- /tools/releaseBuild/**/*
- /.vsts-ci/spelling.yml
- /.vsts-ci/misc-analysis.yml
variables:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
POWERSHELL_TELEMETRY_OPTOUT: 1
# Avoid expensive initialization of dotnet cli, see: http://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
# Enable VSTS debug mode until stabilitized
system.debug: 'true'

View file

@ -9,7 +9,7 @@ trigger:
- '*'
exclude:
- /tools/releaseBuild/**/*
- /.vsts-ci/spelling.yml
- /.vsts-ci/misc-analysis.yml
pr:
branches:
include:
@ -20,7 +20,7 @@ pr:
- '*'
exclude:
- /tools/releaseBuild/**/*
- /.vsts-ci/spelling.yml
- /.vsts-ci/misc-analysis.yml
queue:
name: Hosted VS2017
parallel: 2 # Limit to two agents at a time
@ -35,7 +35,7 @@ variables:
GIT_CONFIG_PARAMETERS: "'core.autocrlf=false'"
DOTNET_CLI_TELEMETRY_OPTOUT: 1
POWERSHELL_TELEMETRY_OPTOUT: 1
# Avoid expensive initialization of dotnet cli, see: http://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
# Avoid expensive initialization of dotnet cli, see: https://donovanbrown.com/post/Stop-wasting-time-during-NET-Core-builds
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
resources:

View file

@ -168,7 +168,7 @@ If you have any problems building, please consult the developer [FAQ][].
[az-linux-site]: https://powershell.visualstudio.com/PowerShell/_build?definitionId=17
[az-macos-image]: https://powershell.visualstudio.com/PowerShell/_apis/build/status/PowerShell-CI-macos?branchName=master
[az-macos-site]: https://powershell.visualstudio.com/PowerShell/_build?definitionId=14
[az-spell-image]: https://powershell.visualstudio.com/PowerShell/_apis/build/status/PowerShell-CI-spelling?branchName=master
[az-spell-image]: https://powershell.visualstudio.com/PowerShell/_apis/build/status/PowerShell-CI-static-analysis?branchName=master
[az-spell-site]: https://powershell.visualstudio.com/PowerShell/_build?definitionId=22
[tv-image]: https://travis-ci.org/PowerShell/PowerShell.svg?branch=master
[windows-nightly-site]: https://powershell.visualstudio.com/PowerShell/_build/latest?definitionId=32