Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 18, 2024
1 parent 6c5eddf commit f34f622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ image: gitpod/workspace-dotnet

tasks:
- name: Setup and test
init: dotnet restore
command: dotnet --version
init: cd csharp && dotnet restore
command: cd csharp && dotnet --version

0 comments on commit f34f622

Please sign in to comment.