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 bdaa42a commit 9e7dae7Copy full SHA for 9e7dae7
.github/workflows/main.yml
@@ -35,7 +35,5 @@ jobs:
35
key: ${{ runner.os }}.nuget.${{ hashFiles('**/*.fsproj') }}
36
- name: Backend Build
37
run: dotnet build --configuration Release
38
- - name: Backend Test
39
- run: dotnet test --configuration Release
40
- name: Backend Publish
41
run: dotnet publish --configuration Release
0 commit comments