File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1512Other 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'" >
You can’t perform that action at this time.
0 commit comments