Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
meysamhadeli 2022-12-30 18:56:44 +03:30
commit f6686febaa

View File

@ -20,5 +20,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test -c Release --no-build