Skip to content

Updated Sample Browser to target .NET 5 on Visual Studio 2019 or .NET… #84

Updated Sample Browser to target .NET 5 on Visual Studio 2019 or .NET…

Updated Sample Browser to target .NET 5 on Visual Studio 2019 or .NET… #84

name: Integration Build
on:
push:
paths-ignore:
- '.editorconfig'
- '**.md'
- '.github/**'
- 'Documentation/**'
pull_request:
workflow_dispatch:
jobs:
build:
name: Build/Run Nuke
runs-on: windows-latest
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
LICENSEKEY: ${{ secrets.ACTIPRO_CONTROLS_WPF_V23_1_LICENSEKEY }}
steps:
- name: Cancel duplicate runs
uses: fkirc/skip-duplicate-actions@v5
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Run build project
run: dotnet run --project ./Build/Build.csproj -- --target IntegrationBuild --licensekey "$env:LICENSEKEY"
- name: Notify Slack
if: always()
uses: act10ns/slack@v2
with:
status: ${{ job.status }}