Skip to content

.NET Core

.NET Core #1410

Workflow file for this run

name: .NET Core
on:
push:
branches:
- master
schedule:
- cron: "0 2 * * 1-5"
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100
#- name: Install Dependencies
# run: npm install
- name: Pull Mix Heart & Identity
run: |
git clone --depth=50 --branch=master https://github.com/mixcore/mix.heart.git /home/runner/work/mix.core/mix.heart
git clone --depth=50 --branch=master https://github.com/mixcore/mix.identity.git /home/runner/work/mix.core/mix.identity
- name: Build with dotnet
run: |
cd src/Mix.Cms.Web
dotnet build --configuration Release
dotnet pack -c Release -o out