Skip to content

Commit

Permalink
Update and rename dotnet-multiproject.yml to dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
data-bomb authored Jan 1, 2024
1 parent a549f49 commit ce83482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:

findAllProjects:
generateInputPaths:
runs-on: ubuntu-latest

steps:
Expand All @@ -41,7 +41,7 @@ jobs:
# ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/ /' -e 's/-/|/'

build:
needs: findAllProjects
needs: generateInputPaths
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit ce83482

Please sign in to comment.