Add check out step

This commit is contained in:
Daniel J. Summers 2024-03-23 18:29:24 -04:00 committed by GitHub
parent f7cd9a3580
commit afadaaf087
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,14 +34,16 @@ jobs:
- 29015:29015
steps:
- name: Check Out Code
uses: actions/cehckout@v4
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.x
- name: Show current location
run: pwd
- name: Show files at current location
run: ls -l
# - name: Show current location
# run: pwd
# - name: Show files at current location
# run: ls -l
- name: Restore dependencies
run: dotnet restore src/MyWebLog.sln
- name: Build (${{ matrix.dotnet-version }})