mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-05 00:19:27 +03:00
Update dotnet.yml
This commit is contained in:
parent
d099a010f2
commit
cd6c6e4aeb
10
.github/workflows/dotnet.yml
vendored
10
.github/workflows/dotnet.yml
vendored
@ -10,10 +10,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
env:
|
|
||||||
BUILD_CONFIG: 'Release'
|
|
||||||
SOLUTION: 'DarkUI.sln'
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -24,6 +21,9 @@ jobs:
|
|||||||
dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: echo dotnet build $SOLUTION --configuration $BUILD_CONFIG
|
env:
|
||||||
|
BUILD_CONFIG: 'Release'
|
||||||
|
SOLUTION: 'DarkUI.sln'
|
||||||
|
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user