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:
35
35
- powershell : ./build.ps1 -ci
36
36
displayName : Invoke build.ps1
37
37
env :
38
- KEYVAULT_CLIENT_SECRET : kv-access-token
38
+ KEYVAULT_CLIENT_SECRET : $( kv-access-token)
39
39
- powershell : .\docs\generate.ps1 -Verbose -NoBuild
40
40
displayName : Compile documentation
41
41
- task : PublishTestResults@2
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<PackageReleaseNotes Condition =" '$(VersionPrefix)' == '2.4.0'" >
4
- Features:
4
+ Features and bug fixes by some awesome contributors :
5
5
6
6
* @IanG: Attributes for files and directories that must not exist
7
-
8
- Bug fixes by contributors (thanks!):
9
-
10
7
* @ejball: ArgumentEscaper should escape empty string
11
8
* @vpkopylov: Use Pager for help text option only works on top-level help
12
9
* @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
14
11
15
12
Other things I fixed:
16
13
* Support C# 8.0 and nullable reference types
17
14
* 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
20
17
* Handle CTRL+C by default
21
- * support calling CommandLineApplication.Execute multiple times
18
+ * Support calling CommandLineApplication.Execute multiple times
22
19
</PackageReleaseNotes >
23
20
24
21
<PackageReleaseNotes Condition =" '$(VersionPrefix)' == '2.3.4'" >
You can’t perform that action at this time.
0 commit comments