mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-01 20:30:41 +00:00
ci: debug github actions.
This commit is contained in:
parent
d4a6a46078
commit
172174d9e3
9
.github/workflows/dotnet.yml
vendored
9
.github/workflows/dotnet.yml
vendored
@ -8,11 +8,10 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v2
|
||||||
with:
|
with:
|
||||||
@ -21,5 +20,5 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
# - name: Test
|
- name: Release
|
||||||
# run: dotnet test --no-build --verbosity normal
|
run: ls -a
|
Loading…
x
Reference in New Issue
Block a user