Skip to content

Commit ac89ddc

Browse files
committed
Initial commit of gitpod workspace
1 parent eec30c0 commit ac89ddc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitpod.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
image: gitpod/workspace-dotnet
2+
3+
additionalRepositories:
4+
- url: https://github.com/pythonnet/clr-loader.git
5+
6+
tasks:
7+
- init: pip install ../clr-loader
8+
- init: pip install -r requirements.txt
9+
- init: dotnet build
10+
- init: pip install .
11+
12+
vscode:
13+
extensions:
14+
- muhammad-sammy.csharp

0 commit comments

Comments
 (0)