Skip to content

Commit

Permalink
specify .csproj during dotnet publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TimHess committed Feb 7, 2024
1 parent 88e2440 commit 780359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
REPO_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: dotnet publish
run: dotnet publish -o publish --no-build
run: dotnet publish src/NetCoreToolService/Steeltoe.NetCoreToolService.csproj -o publish

- name: Upload artifact for deployment job
if: github.event_name != 'PullRequest'
Expand Down

0 comments on commit 780359a

Please sign in to comment.