Skip to content

Commit 25b7a73

Browse files
committed
cleanup: releasenotes and azure-pipelines.yml
1 parent abdda8a commit 25b7a73

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ stages:
3535
- powershell: ./build.ps1 -ci
3636
displayName: Invoke build.ps1
3737
env:
38-
KEYVAULT_CLIENT_SECRET: kv-access-token
38+
KEYVAULT_CLIENT_SECRET: $(kv-access-token)
3939
- powershell: .\docs\generate.ps1 -Verbose -NoBuild
4040
displayName: Compile documentation
4141
- task: PublishTestResults@2

src/CommandLineUtils/releasenotes.props

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
<Project>
22
<PropertyGroup>
33
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.4.0'">
4-
Features:
4+
Features and bug fixes by some awesome contributors:
55

66
* @IanG: Attributes for files and directories that must not exist
7-
8-
Bug fixes by contributors (thanks!):
9-
107
* @ejball: ArgumentEscaper should escape empty string
118
* @vpkopylov: Use Pager for help text option only works on top-level help
129
* @vpkopylov: Add check for subcommand cycle
13-
* @kyle-rader:Multi-line option descriptions do not indent correctly
10+
* @kyle-rader: Multi-line option descriptions do not indent correctly
1411

1512
Other things I fixed:
1613
* Support C# 8.0 and nullable reference types
1714
* Add async methods to CommandLineApplication
18-
* make `CommandLineApplication.ExecuteAsync` actually asynchronous
19-
* add async methods that accept cancellation tokens
15+
* Make `CommandLineApplication.ExecuteAsync` actually asynchronous
16+
* Add async methods that accept cancellation tokens
2017
* Handle CTRL+C by default
21-
* support calling CommandLineApplication.Execute multiple times
18+
* Support calling CommandLineApplication.Execute multiple times
2219
</PackageReleaseNotes>
2320

2421
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '2.3.4'">

0 commit comments

Comments
 (0)