updated samples

هذا الالتزام موجود في:
Chris Ayers
2022-07-06 16:54:09 -04:00
الأصل e3ab43c8c0
التزام 76de084efc
6 ملفات معدلة مع 15 إضافات و13 حذوفات

عرض الملف

@@ -36,8 +36,12 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: dotnet publish
run: dotnet publish -c Release -o ./webapp