Skip to content

Commit 398ccdd

Browse files
authored
Update ToolboxDistribution.yml
1 parent 6f4b129 commit 398ccdd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AzureDevOps/ToolboxDistribution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
imageName: ubuntu-latest
88
mac:
99
imageName: macOS-latest
10-
windows:
11-
imageName: windows-latest
10+
# windows:
11+
# imageName: windows-latest
1212
pool:
1313
vmImage: $(imageName)
1414
steps:
@@ -41,7 +41,7 @@ jobs:
4141

4242
- task: Cache@2
4343
inputs:
44-
key: '"$(imageName)"'
44+
key: "$(imageName)"
4545
restoreKeys: |
4646
"$(imageName)"
4747
path: $(MATLABROOT)

0 commit comments

Comments
 (0)