diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9023410..82b8f6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,10 +13,10 @@ jobs: uses: actions/setup-dotnet@v3 - name: Restore dependencies - run: dotnet restore TodoApi.sln + run: dotnet restore TodoApp.sln - name: dotnet build - run: dotnet build TodoApi.sln -c Release --no-restore + run: dotnet build TodoApp.sln -c Release --no-restore - name: dotnet test - run: dotnet test TodoApi.sln -c Release --no-build \ No newline at end of file + run: dotnet test TodoApp.sln -c Release --no-build \ No newline at end of file diff --git a/TodoApp.sln b/TodoApp.sln index 7d35db8..2047f2f 100644 --- a/TodoApp.sln +++ b/TodoApp.sln @@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Todo.Api.Tests", "Todo.Api. EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FAB2FEF-77C3-4519-AA2E-0CCCDFE1FC13}" ProjectSection(SolutionItems) = preProject + .github\workflows\ci.yaml = .github\workflows\ci.yaml Directory.Build.props = Directory.Build.props Directory.Packages.props = Directory.Packages.props global.json = global.json