Skip to content

- Updates in preparation of Release v6.0.4 #316

- Updates in preparation of Release v6.0.4

- Updates in preparation of Release v6.0.4 #316

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v1
- run: dotnet build MetasysServices --configuration Release
- run: dotnet test