Skip to content

Commit

Permalink
feat: add gitpod dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Sep 20, 2024
1 parent dc56137 commit 4f72173
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
image: gitpod/workspace-dotnet-8:latest

tasks:
- name: Init workspace
init: |
dotnet restore "./UA-CloudPublisher.csproj"
command: |
# Installs renovate to validate renovate.json by running `renovate-config-validator`
npm install --location=global renovate && pip install --user yamllint
dotnet build "./UA-CloudPublisher.csproj"
vscode:
extensions:
- muhammad-sammy.csharp
- mhutchie.git-graph
- ms-dotnettools.vscode-dotnet-runtime

0 comments on commit 4f72173

Please sign in to comment.