Skip to content

Commit

Permalink
Ref build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarrod Johnson committed Dec 10, 2023
1 parent 0386ed4 commit 3f28309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: dotnet build Xunit.Runner.Http.sln -c Release
publish:
runs-on: self-hosted
needs: [Test]
needs: [Build]
steps:
- name: Publish Nuget Packages
run: |
Expand Down

0 comments on commit 3f28309

Please sign in to comment.