mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-03 07:39:28 +03:00
Debugging Actions
This commit is contained in:
parent
13f759ec9b
commit
296795e161
22
.github/workflows/dotnet.yml
vendored
22
.github/workflows/dotnet.yml
vendored
@ -18,21 +18,21 @@ jobs:
|
|||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
#- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
#- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
# uses: NuGet/setup-nuget@v1.0.5
|
uses: NuGet/setup-nuget@v1.0.5
|
||||||
|
|
||||||
#- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
# run: nuget restore ${{env.SOLUTION}}
|
run: nuget restore ${{env.SOLUTION}}
|
||||||
|
|
||||||
#- name: Setup .NET
|
- name: Setup .NET
|
||||||
# uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
# with:
|
with:
|
||||||
# dotnet-version: 5.0.x
|
dotnet-version: 5.0.x
|
||||||
|
|
||||||
#- name: Build
|
- name: Build
|
||||||
# run: dotnet build DarkUI.sln --configuration Release
|
run: dotnet build DarkUI.sln --configuration Release
|
||||||
|
|
||||||
- name: Debuging Script
|
- name: Debuging Script
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user