Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsampica authored Jun 28, 2022
1 parent aa130a8 commit 5ff2e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: '**/coverage/'
- name: Publish
if: startsWith(github.ref, 'refs/tags/v')
run: dotnet publish -c Release -o 'drop' s
run: dotnet publish -c Release -o 'drop'
- name: Variable Substitution
if: startsWith(github.ref, 'refs/tags/v')
uses: microsoft/variable-substitution@v1
Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md
path: code-coverage-results.md

0 comments on commit 5ff2e01

Please sign in to comment.