Skip to content

Commit a1f24fb

Browse files
authored
Update ci.yml
1 parent 839c445 commit a1f24fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
dotnet-version: ${{ env.DOTNET_VERSION }}
3737

3838
- name: Restore dependencies
39-
run: dotnet restore './SemanticApiGateway.sln'
39+
run: ls -la && dotnet restore
4040
timeout-minutes: 10
4141

4242
- name: Build solution (Release)
43-
run: dotnet build './SemanticApiGateway.sln' --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity normal
43+
run: dotnet build --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity normal
4444
timeout-minutes: 15
4545

4646
- name: Run all tests

0 commit comments

Comments
 (0)