dotnet build DarkUI.sln --configuration Release

This commit is contained in:
Micheal Colhoun 2021-09-04 23:35:19 +01:00 committed by GitHub
parent cd6c6e4aeb
commit 16f208b89c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,4 @@
name: CI
on:
workflow_dispatch:
push:
@ -21,9 +20,5 @@ jobs:
dotnet-version: 5.0.x
- name: Build
env:
BUILD_CONFIG: 'Release'
SOLUTION: 'DarkUI.sln'
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG
run: dotnet build DarkUI.sln --configuration Release