File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -284,8 +284,8 @@ extends:
284
284
inputs :
285
285
command : push
286
286
packagesToPush : $(nugetPath)\PSReadLine.*.nupkg
287
- nuGetFeedType : internal
288
- publishVstsFeed : AzArtifactsFeed
287
+ nuGetFeedType : external
288
+ publishFeedCredentials : AzArtifactsFeed
289
289
290
290
- task : NuGetCommand@2
291
291
displayName : Push PSReadLine module to PSGallery feed
Original file line number Diff line number Diff line change 16
16
17
17
[2.4.0-beta0]: https://github.com/PowerShell/PSReadLine/compare/v2.3.4...v2.4.0-beta0
18
18
19
+ ### [2.3.5] - 2024-04-02
20
+
21
+ This is a servicing release that excludes test components from SBOM generation.
22
+
23
+ - Add the release stage to the pipeline and exclude test folders from Component Governance (#3982)
24
+ - Change back to 'external_distribution' for nupkg signing (#3977)
25
+ - Migrate PSReadLine release build pipeline to OneBranch (#3975)
26
+ - Fix the null-reference exception when running `Debug-Job` on a thread job (#3957)
27
+ - Update build script to always include the `ProjectUri` info (#3821)
28
+
29
+ [2.3.5]: https://github.com/PowerShell/PSReadLine/compare/v2.3.4...v2.3.5
30
+
19
31
### [2.3.4] - 2023-10-02
20
32
21
33
- Choose the inline prediction color based on the environment (#3808)
You can’t perform that action at this time.
0 commit comments