Skip to content

properly storing and fetching date time offset #25

properly storing and fetching date time offset

properly storing and fetching date time offset #25

Workflow file for this run

name: CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Restore Solution
run: dotnet restore Lucene.DocumentMapper.sln
- name: Build Solution
run: dotnet build Lucene.DocumentMapper.sln
- name: Test Solution
run: dotnet test Lucene.DocumentMapper.sln
- name: Publish Lucene.Net.DocumentMapper
uses: alirezanet/[email protected]
with:
PROJECT_FILE_PATH: Lucene.Net.DocumentMapper/Lucene.Net.DocumentMapper.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
INCLUDE_SYMBOLS: true