mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-05 08:29:26 +03:00
dotnet build DarkUI.sln --configuration Release
This commit is contained in:
parent
cd6c6e4aeb
commit
16f208b89c
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@ -1,5 +1,4 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
@ -21,9 +20,5 @@ jobs:
|
|||||||
dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
run: dotnet build DarkUI.sln --configuration Release
|
||||||
BUILD_CONFIG: 'Release'
|
|
||||||
SOLUTION: 'DarkUI.sln'
|
|
||||||
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user