Skip to content

Commit

Permalink
Added specific .NET framework to dotnet build operation as well
Browse files Browse the repository at this point in the history
Signed-off-by: Whit Waldo <[email protected]>
  • Loading branch information
WhitWaldo committed Jan 14, 2025
1 parent 2360c44 commit 90193ec
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 @@ -145,7 +145,7 @@ jobs:
expectation_type=$(echo $test | jq -r '.expectation_type')
echo "Building and testing $project_name with .NET ${{ matrix.dotnet-version }}"
dotnet build $csproj_path --configuration Release /p:GITHUB_ACTIONS=false
dotnet build $csproj_path --framework ${{ matrix.framework }} --configuration Release /p:GITHUB_ACTIONS=false
output=$(dotnet run --project $csproj_path --framework ${{ matrix.framework }} -- $arguments)
for expected in $expectedOutputs; do
Expand Down

0 comments on commit 90193ec

Please sign in to comment.