Sfoglia il codice sorgente

Update ci.yml

release/3.x.x
Christian 3 anni fa
parent
commit
180588c3a4
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml Vedi File

@@ -1,14 +1,14 @@
name: dotnet package
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
dotnet-version: ['3.0', '3.1.x', '5.0.x', '6.0.x' ]
dotnet-version: ['6.0.x']

steps:
- uses: actions/checkout@v2


Caricamento…
Annulla
Salva