Selaa lähdekoodia

Update ci.yml

release/3.x.x
Christian 3 vuotta sitten
vanhempi
commit
bc4c86bebd
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml Näytä tiedosto

@@ -17,8 +17,8 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
run: dotnet restore MQTTnet.sln
- name: Build
run: dotnet build --configuration Release --no-restore
run: dotnet build --configuration Release --no-restore MQTTnet.sln
- name: Test
run: dotnet test --no-restore --verbosity normal
run: dotnet test --no-restore --verbosity normal MQTTnet.sln

Ladataan…
Peruuta
Tallenna