GitHub Action #42
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
|
@ -34,14 +34,16 @@ jobs:
|
||||||
- 29015:29015
|
- 29015:29015
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check Out Code
|
||||||
|
uses: actions/cehckout@v4
|
||||||
- name: Setup .NET Core SDK
|
- name: Setup .NET Core SDK
|
||||||
uses: actions/setup-dotnet@v4.0.0
|
uses: actions/setup-dotnet@v4.0.0
|
||||||
with:
|
with:
|
||||||
dotnet-version: 8.x
|
dotnet-version: 8.x
|
||||||
- name: Show current location
|
# - name: Show current location
|
||||||
run: pwd
|
# run: pwd
|
||||||
- name: Show files at current location
|
# - name: Show files at current location
|
||||||
run: ls -l
|
# run: ls -l
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore src/MyWebLog.sln
|
run: dotnet restore src/MyWebLog.sln
|
||||||
- name: Build (${{ matrix.dotnet-version }})
|
- name: Build (${{ matrix.dotnet-version }})
|
||||||
|
|
Loading…
Reference in New Issue
Block a user