Skip to content

Commit 6c7b81e

Browse files
committed
syntax continues to be important.
1 parent eb2092f commit 6c7b81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CI/Azure-DevOps/AZ_MainPipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ stages:
148148
SQLPort="$SqlPort";
149149
SQLUserName="$SQLUserName";
150150
SQLPwd="$SQLPwd";
151-
VMPriority="$(VMPriority)";
151+
VMPriority="${{ parameters.VMPriority }}";
152152
};
153153
$VMDetails = .'CI/Azure-DevOps/CreateSQLVM_azcli.ps1' @Parameters
154154

0 commit comments

Comments
 (0)