Skip to content

Commit

Permalink
fix(CI): Update project routes in dotnetCI_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Aug 13, 2024
1 parent 4882b4f commit 858d28c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/dotnetCI_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
version:
needs: [build, test]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -48,11 +49,11 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Install dependencies
working-directory: phase04/Project
run: dotnet restore ./FullTextSearchProject.sln
working-directory: AnalysisData
run: dotnet restore ./AnalysisData.sln
- name: Build
working-directory: phase04/Project
run: dotnet build ./FullTextSearchProject.sln
working-directory: AnalysisData
run: dotnet build ./AnalysisData.sln
- name: Test with the dotnet CLI
working-directory: phase04/Project
run: dotnet test ./FullTextSearchProject.sln
working-directory: AnalysisData
run: dotnet test ./AnalysisData.sln

0 comments on commit 858d28c

Please sign in to comment.