Skip to content

new index, gettign started, patreon #338

new index, gettign started, patreon

new index, gettign started, patreon #338

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
version: 1.0.0-gh${{github.run_number}}
configuration: Release
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Build
run: dotnet build -c ${{env.configuration}} -p:Version=${{env.version}}
# - name: Upload artifacts
# uses: actions/[email protected]
# with:
# name: packages
# path: output