Skip to content

Commit a11eb40

Browse files
authored
Update azure-pipelines.yml
1 parent 56a0e3b commit a11eb40

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ strategy:
1010
matrix:
1111
windows-msi:
1212
imageName: "windows-latest"
13-
installerType: "Msi"
13+
installerType: "msi"
1414
windows-zip:
1515
imageName: "windows-latest"
16-
installerType: "Zip"
16+
installerType: "zip"
1717
linux-zip:
1818
imageName: "ubuntu-latest"
19-
installerType: "Zip"
19+
installerType: "zip"
2020
windows-auto:
2121
imageName: "windows-latest"
22-
installerType: "Auto"
22+
installerType: "auto"
2323
linux-auto:
2424
imageName: "ubuntu-latest"
25-
installerType: "Auto"
25+
installerType: "auto"
2626

2727
pool:
2828
vmImage: $(imageName)

0 commit comments

Comments
 (0)