Skip to content

Commit

Permalink
Remove GHDesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
acangialosi committed Sep 24, 2024
1 parent 07f34b0 commit 13e85dd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .configurations/backend-eng.dsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ properties:
description: Install Docker Desktop
allowPrerelease: true
settings:
id: Docker.DockerDesktop
id: Docker.DockerDesktop
### Install Microsoft Visual Studio Code
### -------------------------------------
- resource: Microsoft.WinGet.DSC/WinGetPackage
Expand All @@ -51,13 +51,3 @@ properties:
code --install-extension ms-dotnettools.csdevkit
GetScript: return $false
TestScript: return $false
### Install GitHub Desktop
### -------------------------------------
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: githubdesktop
directives:
description: Install GitHub Desktop
allowPrerelease: true
settings:
id: GitHub.GitHubDesktop
ensure: Present

0 comments on commit 13e85dd

Please sign in to comment.