We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839c445 commit a1f24fbCopy full SHA for a1f24fb
1 file changed
.github/workflows/ci.yml
@@ -36,11 +36,11 @@ jobs:
36
dotnet-version: ${{ env.DOTNET_VERSION }}
37
38
- name: Restore dependencies
39
- run: dotnet restore './SemanticApiGateway.sln'
+ run: ls -la && dotnet restore
40
timeout-minutes: 10
41
42
- name: Build solution (Release)
43
- run: dotnet build './SemanticApiGateway.sln' --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity normal
+ run: dotnet build --no-restore --configuration ${{ env.CONFIGURATION }} --verbosity normal
44
timeout-minutes: 15
45
46
- name: Run all tests
0 commit comments