Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update CSPROJ_FILE path in workflows to src/Entities/Entities.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
kurmann committed Apr 26, 2024
1 parent e6cb57c commit 613b77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

env:
CSPROJ_FILE: src/ProjectName/ProjectName.csproj
CSPROJ_FILE: src/Entities/Entities.csproj
DOTNET_VERSION: '8.0.x'

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
pull-requests: read

env:
CSPROJ_FILE: src/ProjectName/ProjectName.csproj
CSPROJ_FILE: src/Entities/Entities.csproj
DOTNET_VERSION: '8.0.x'

jobs:
Expand Down

0 comments on commit 613b77d

Please sign in to comment.