We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cd9a3 commit afadaafCopy full SHA for afadaaf
.github/workflows/ci.yml
@@ -34,14 +34,16 @@ jobs:
34
- 29015:29015
35
36
steps:
37
+ - name: Check Out Code
38
+ uses: actions/cehckout@v4
39
- name: Setup .NET Core SDK
40
uses: actions/setup-dotnet@v4.0.0
41
with:
42
dotnet-version: 8.x
- - name: Show current location
- run: pwd
43
- - name: Show files at current location
44
- run: ls -l
+# - name: Show current location
+# run: pwd
45
+# - name: Show files at current location
46
+# run: ls -l
47
- name: Restore dependencies
48
run: dotnet restore src/MyWebLog.sln
49
- name: Build (${{ matrix.dotnet-version }})
0 commit comments