Skip to content

Add basic alts command #85

Add basic alts command

Add basic alts command #85

name: Dashboard CICD
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@v2
with:
dotnet-version: 7.0.x
- name: Install dependencies
run: dotnet restore src/AdvancedBot.Dashboard/AdvancedBot.Dashboard.csproj
- name: Build
run: dotnet build src/AdvancedBot.Dashboard/AdvancedBot.Dashboard.csproj --configuration Release