Skip to content

Commit 3b162b2

Browse files
committed
fix job name
1 parent a6e8d75 commit 3b162b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/azure-pipelines/build-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ stages:
22
- stage: Compile
33
displayName: Compile sqlcmd on all 3 platforms
44
jobs:
5-
- job: Compile sqlcmd
5+
- job: Compile_sqlcmd
66
strategy:
77
matrix:
88
linux:

0 commit comments

Comments
 (0)