Skip to content

Commit d0b4660

Browse files
authored
Merge pull request #275 from SteveL-MSFT/sign-script
fix signing scripts
2 parents 5595cd1 + 0bb0485 commit d0b4660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vsts-ci/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ stages:
9999
# If not using minimatch: comma separated, with * supported
100100
# If using minimatch: newline separated, with !, **, and * supported.
101101
# See link in the useMinimatch comments.
102-
pattern: '*.exe','*.ps1'
102+
pattern: '*.exe,*.ps1'
103103
# decides if the task should use minimatch for the pattern matching.
104104
# https://github.com/isaacs/minimatch#features
105105
useMinimatch: false

0 commit comments

Comments
 (0)