File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,12 @@ type ContentSynchronisation struct {
153
153
Source * Source `json:"source,omitempty"`
154
154
}
155
155
156
+ type Nuget struct {
157
+ FeedContextPath * string `json:"feedContextPath,omitempty"`
158
+ DownloadContextPath * string `json:"downloadContextPath,omitempty"`
159
+ V3FeedUrl * string `json:"v3FeedUrl,omitempty"`
160
+ }
161
+
156
162
type RemoteRepository struct {
157
163
Key * string `json:"key,omitempty"`
158
164
RClass * string `json:"rclass,omitempty"` // Mandatory element in create/replace queries (optional in "update" queries)
@@ -201,6 +207,7 @@ type RemoteRepository struct {
201
207
MaxUniqueTags * int `json:"maxUniqueTags,omitempty"`
202
208
MismatchingMimeTypesOverrideList * string `json:"mismatchingMimeTypesOverrideList,omitempty"`
203
209
MissedRetrievalCachePeriodSecs * int `json:"missedRetrievalCachePeriodSecs,omitempty"`
210
+ Nuget * Nuget `json:"nuget,omitempty"`
204
211
Offline * bool `json:"offline,omitempty"`
205
212
Password * string `json:"password,omitempty"`
206
213
PropagateQueryParams * bool `json:"propagateQueryParams,omitempty"`
You can’t perform that action at this time.
0 commit comments