Skip to content

Commit

Permalink
Improve output for SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Dec 11, 2024
1 parent 48f7895 commit f9ca2b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Build/build-and-test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ $repoRootPath = (Resolve-Path "$PSScriptRoot/../").Path

Import-Module $(Resolve-Path "$repoRootPath/Build/Test-ExitCode.psm1")

dotnet --version
$sdkVersionUsed = (dotnet --version)
Write-Output "SDK Version Used: $sdkVersionUsed"

dotnet test $repoRootPath/Elzik.FmSync.sln `
-c Release `
Expand Down

0 comments on commit f9ca2b4

Please sign in to comment.