mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +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
|
||||
steps:
|
||||
#- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
#- name: Setup NuGet
|
||||
# uses: NuGet/setup-nuget@v1.0.5
|
||||
- name: Setup NuGet
|
||||
uses: NuGet/setup-nuget@v1.0.5
|
||||
|
||||
#- name: Restore dependencies
|
||||
# run: nuget restore ${{env.SOLUTION}}
|
||||
- name: Restore dependencies
|
||||
run: nuget restore ${{env.SOLUTION}}
|
||||
|
||||
#- name: Setup .NET
|
||||
# uses: actions/setup-dotnet@v1
|
||||
# with:
|
||||
# dotnet-version: 5.0.x
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: 5.0.x
|
||||
|
||||
#- name: Build
|
||||
# run: dotnet build DarkUI.sln --configuration Release
|
||||
- name: Build
|
||||
run: dotnet build DarkUI.sln --configuration Release
|
||||
|
||||
- name: Debuging Script
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user