Skip to content

Commit 7ba4e14

Browse files
committed
fix new build pipeline
1 parent 1ed9265 commit 7ba4e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildPipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
dotnet-version: 3.1.301
1616
- name: Install dependencies
1717
run: dotnet restore
18-
working-directory: AlphaInvertedSearcher
18+
working-directory: AlphaApplication
1919
- name: Build
2020
run: dotnet build --configuration Release --no-restore
21-
working-directory: AlphaInvertedSearcher
21+
working-directory: AlphaApplication
2222
- name: Test
2323
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"
24-
working-directory: AlphaInvertedSearcher
24+
working-directory: AlphaApplication

0 commit comments

Comments
 (0)