Skip to content

Commit 3efca79

Browse files
committed
Fix initArgs required parameter break
1 parent 16b4bc0 commit 3efca79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines/install-dependencies.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
parameters:
22
- name: initArgs
3+
type: string
4+
default: ''
35
- name: needsAzurePublicFeeds
46
type: boolean
57
default: true # If nuget.config pulls from the azure-public account, we need to authenticate when building on the devdiv account.

0 commit comments

Comments
 (0)