Skip to content

Commit

Permalink
run-tests-on-os.yml: Removed unused $framework variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Apr 30, 2024
1 parent e6a18c5 commit 54cae62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .build/azure-templates/run-tests-on-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ steps:

- pwsh: |
$testPlatform = '${{ parameters.vsTestPlatform }}'
$framework = '${{ parameters.framework }}'
if ($IsWindows -eq $null) {
$IsWindows = $env:OS.StartsWith('Win')
}
Expand Down

0 comments on commit 54cae62

Please sign in to comment.