File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ stages:
7777 ${{ each version in parameters.VMMatrix }} :
7878 ${{ format('{0}', version.name) }} :
7979 SQLVersionEdition : ${{ version.SQLVersionEdition }}
80+ SQLVersionName : ${{ version.name }}
8081
8182 steps :
8283 - checkout : self
@@ -99,7 +100,7 @@ stages:
99100 Set-Location "$(Pipeline.Workspace)/$(TSQLT_REPO_DIR)"
100101 .("Build/CommonFunctionsAndMethods.ps1")
101102
102- $ResourceGroupName = ("$(NamePreFix)" + (Get-Date).tostring('yyyyMMdd') + "_" + "$(SQLVersionEdition )" + "_" + "$(Build.BuildId)");
103+ $ResourceGroupName = ("$(NamePreFix)" + (Get-Date).tostring('yyyyMMdd') + "_" + "$(SQLVersionName )" + "_" + "$(Build.BuildId)");
103104 Log-Output "ResourceGroupName: $ResourceGroupName";
104105 Write-Host "##vso[task.setvariable variable=ResourceGroupName;isOutput=true]$ResourceGroupName";
105106
You can’t perform that action at this time.
0 commit comments