mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Removing support of Azure Dev Spaces now that it's retired (#3413)
This commit is contained in:
@@ -253,11 +253,6 @@ function Get-VisualCPPComponents {
|
||||
}
|
||||
}
|
||||
|
||||
function Get-AZDSVersion {
|
||||
$azdsVersion = $(azds --version) | Select-String "(\d+\.\d+\.\d+.\d+)"
|
||||
return "Azure Dev Spaces CLI $azdsVersion"
|
||||
}
|
||||
|
||||
function Get-DacFxVersion {
|
||||
cd "C:\Program Files\Microsoft SQL Server\150\DAC\bin\"
|
||||
$dacfxversion = (./sqlpackage.exe /version)
|
||||
|
||||
Reference in New Issue
Block a user