Skip to content

Commit

Permalink
Added specific framework to 'dotnet run' command
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
  • Loading branch information
WhitWaldo committed Jan 14, 2025
1 parent d6fed27 commit 3259f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
echo "Building and testing $project with .NET ${{ matrix.dotnet-version }}"
dotnet build $csproj_path --configuration Release /p:GITHUB_ACTIONS=false
output=$(dotnet run --project $csproj_path -- $arguments)
output=$(dotnet run --project $csproj_path --framework ${{ matrix.framework }} -- $arguments)
for expected in $expectedOutputs; do
if [[ "$expectation_type" == "startswith" ]]; then
Expand Down

0 comments on commit 3259f61

Please sign in to comment.