We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e802d64 commit b0fd083Copy full SHA for b0fd083
.github/workflows/dotnet-core.yml
@@ -17,6 +17,8 @@ jobs:
17
uses: actions/setup-dotnet@v1
18
with:
19
dotnet-version: 3.1.301
20
+ - name: Go to "Code" dir
21
+ run: cd Code && pwd && ls -la
22
- name: Install dependencies
23
run: dotnet restore
24
- name: Build
0 commit comments