diff --git a/.gitpod.yml b/.gitpod.yml index 64588de..eac18c1 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -2,5 +2,4 @@ image: gitpod/workspace-dotnet tasks: - name: Setup and test - init: cd csharp && dotnet restore - command: cd csharp && dotnet --version \ No newline at end of file + command: cd csharp && dotnet --version