Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
4DvAnCeBoY authored Feb 1, 2024
1 parent ebf026a commit fac2678
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
packages
TestResults
TestResult.xml
bin
obj
.vs
.DS_Store
1 change: 1 addition & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM gitpod/workspace-dotnet:latest
15 changes: 15 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
image:
file: .gitpod.Dockerfile

tasks:
- name: Restore & Build
init: |
dotnet dev-certs https
dotnet restore
dotnet build
- name: Test
command: dotnet test --filter "profile=parallel"

vscode:
extensions:
- muhammad-sammy.csharp

0 comments on commit fac2678

Please sign in to comment.