mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 07:39:28 +03:00
simplify dotnet build
This commit is contained in:
parent
6ca38c6919
commit
5ae9e59924
9
.github/workflows/dotnet.yml
vendored
9
.github/workflows/dotnet.yml
vendored
@ -19,12 +19,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup NuGet
|
|
||||||
uses: NuGet/setup-nuget@v1.0.5
|
|
||||||
|
|
||||||
- name: Restore dependencies
|
|
||||||
run: nuget restore $SOLUTION
|
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
@ -33,5 +27,4 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
|
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
|
||||||
|
|
||||||
- name: Run tests
|
|
||||||
run: dotnet test /p:Configuration=$env:BUILD_CONFIG --no-restore --no-build --verbosity normal
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user