mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
adds dacfx to win tools report
This commit is contained in:
@@ -260,3 +260,9 @@ function Get-AZDSVersion {
|
|||||||
$azdsVersion = $(azds --version) | Select-String "(\d+\.\d+\.\d+.\d+)"
|
$azdsVersion = $(azds --version) | Select-String "(\d+\.\d+\.\d+.\d+)"
|
||||||
return "Azure Dev Spaces CLI $azdsVersion"
|
return "Azure Dev Spaces CLI $azdsVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function Get-DacFxVersion {
|
||||||
|
cd "C:\Program Files\Microsoft SQL Server\150\DAC\bin\"
|
||||||
|
$dacfxversion = (./sqlpackage.exe /version)
|
||||||
|
return "DacFx $dacfxversion"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user