Skip to content

Commit

Permalink
chore: workflow solutionDir
Browse files Browse the repository at this point in the history
  • Loading branch information
minkostaev committed Apr 16, 2024
1 parent 1c3507c commit 7c11345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
env:
Proj_Name: ShortcutsGrid
Test_Proj_Dir: ShortcutsGrid.Tests
SolutionDir: 'todo'

steps:
- name: Checkout
Expand Down Expand Up @@ -80,6 +81,9 @@ jobs:
cd coveragereport
copy badge_linecoverage.svg $curDir\.github
- name: Set SolutionDir
run: echo "SolutionDir=$(pwd)" >> $GITHUB_OUTPUT

# PublishProfiles makes exes and adding them to artifacts
- name: Publish profiles
run: |
Expand Down

0 comments on commit 7c11345

Please sign in to comment.