mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 13:17:54 +00:00
Add NuGet.exe on Windows Server 2016/2019 (#1049)
* Add NuGet.CommandLine * remove temporary path update
This commit is contained in:
committed by
GitHub
parent
4bc0c4348d
commit
ebadb5cea8
@@ -48,7 +48,8 @@ $markdown += New-MDList -Style Unordered -Lines @(
|
||||
(Get-CondaVersion),
|
||||
(Get-RubyGemsVersion),
|
||||
(Get-HelmVersion),
|
||||
(Get-ComposerVersion)
|
||||
(Get-ComposerVersion),
|
||||
(Get-NugetVersion)
|
||||
)
|
||||
|
||||
$markdown += New-MDHeader "Project Management" -Level 3
|
||||
|
||||
Reference in New Issue
Block a user