Skip to content

fix: FileValue Get From Zero #249

fix: FileValue Get From Zero

fix: FileValue Get From Zero #249

Workflow file for this run

name: ETL.NET - CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.x'
- name: Install dependencies
working-directory: src
run: dotnet restore
- name: Build
working-directory: src
run: dotnet build --configuration Release --no-restore
# - name: Test
# run: dotnet run --project NetLicensingClient-demo