Added PowerShell. Removed VS Code as it is optional.
This commit is contained in:
Родитель
e8629a25b7
Коммит
f1c1df8f77
|
@ -25,13 +25,6 @@ properties:
|
|||
- Microsoft.VisualStudio.Component.VC.Tools.x86.x64
|
||||
- Microsoft.VisualStudio.Component.Windows11SDK.22000
|
||||
includeRecommended: true
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
directives:
|
||||
description: Install Visual Studio Code
|
||||
allowPrerelease: true
|
||||
settings:
|
||||
id: Microsoft.VisualStudioCode
|
||||
source: winget
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
directives:
|
||||
description: Install .NET 8 SDK
|
||||
|
@ -39,6 +32,13 @@ properties:
|
|||
settings:
|
||||
id: Microsoft.DotNet.SDK.8
|
||||
source: winget
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
directives:
|
||||
description: Install PowerShell
|
||||
allowPrerelease: true
|
||||
settings:
|
||||
id: Microsoft.PowerShell
|
||||
source: winget
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
directives:
|
||||
description: Install ILSpy
|
||||
|
|
Загрузка…
Ссылка в новой задаче