We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bf59e commit 6bb384fCopy full SHA for 6bb384f
.gitpod.yml
@@ -2,4 +2,4 @@ image: gitpod/workspace-dotnet
2
3
tasks:
4
- name: Setup and test
5
- command: cd csharp && dotnet --version
+ command: cd csharp && dotnet test -c Release -f net8
0 commit comments