PM-3349 build.yml commented verify format and just set qa as variant on MAUI Android for faster checks on CI

This commit is contained in:
Federico Maccaroni 2023-11-23 13:08:18 -03:00
parent ddb27b52d3
commit 553bf9ed0a
No known key found for this signature in database
GPG Key ID: 5D233F8F2B034536
1 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
variant: ["prod", "qa"]
variant: ["qa"]
steps:
- name: Setup NuGet
uses: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f # v1.2.0
@ -158,9 +158,9 @@ jobs:
run: dotnet tool restore
shell: pwsh
- name: Verify Format
run: dotnet tool run dotnet-format --check
shell: pwsh
# - name: Verify Format
# run: dotnet tool run dotnet-format --check
# shell: pwsh
#- name: Run Core tests
# run: dotnet test test/Core.Test/Core.Test.csproj --logger "trx;LogFileName=test-results.trx"