Explorar el Código

Update ci.yml

release/3.x.x
Christian hace 3 años
padre
commit
180588c3a4
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      .github/workflows/ci.yml

+ 3
- 3
.github/workflows/ci.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar