forked from kobonet/Azure-Pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamics 365 F&O - Publish NuGet Packages to Artifacts.json
145 lines (140 loc) · 4.77 KB
/
Dynamics 365 F&O - Publish NuGet Packages to Artifacts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"options":[
],
"variables":{
"system.debug":{
"value":"false",
"allowOverride":true
}
},
"properties":{
},
"tags":[
],
"jobAuthorizationScope":1,
"jobTimeoutInMinutes":60,
"jobCancelTimeoutInMinutes":5,
"process":{
"phases":[
{
"steps":[
{
"environment":{
},
"enabled":true,
"continueOnError":false,
"alwaysRun":false,
"displayName":"Download from LCS project",
"timeoutInMinutes":0,
"condition":"succeeded()",
"task":{
"id":"597c701e-bbcb-5c08-bf1b-59278e90f891",
"versionSpec":"0.*",
"definitionType":"task"
},
"inputs":{
"serviceConnectionName":"",
"projectId":"",
"assetPath":"$(Build.ArtifactStagingDirectory)",
"searchPattern":"1",
"fileAssetId":"",
"fileAssetType":"27",
"fileAssetName":"*"
}
},
{
"environment":{
},
"enabled":true,
"continueOnError":false,
"alwaysRun":false,
"displayName":"Publish NuGet Packages to Artifacts",
"timeoutInMinutes":0,
"condition":"succeeded()",
"task":{
"id":"333b11bd-d341-40d9-afcf-b32d5ce6f23b",
"versionSpec":"2.*",
"definitionType":"task"
},
"inputs":{
"command":"push",
"solution":"**/*.sln",
"selectOrConfig":"select",
"feedRestore":"",
"includeNuGetOrg":"true",
"nugetConfigPath":"",
"externalEndpoints":"",
"noCache":"false",
"disableParallelProcessing":"false",
"packagesDirectory":"",
"verbosityRestore":"Detailed",
"searchPatternPush":"$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg",
"nuGetFeedType":"internal",
"feedPublish":"",
"publishPackageMetadata":"true",
"allowPackageConflicts":"true",
"externalEndpoint":"",
"verbosityPush":"Detailed",
"searchPatternPack":"**/*.csproj",
"configurationToPack":"$(BuildConfiguration)",
"outputDir":"$(Build.ArtifactStagingDirectory)",
"versioningScheme":"off",
"includeReferencedProjects":"false",
"versionEnvVar":"",
"requestedMajorVersion":"1",
"requestedMinorVersion":"0",
"requestedPatchVersion":"0",
"packTimezone":"utc",
"includeSymbols":"false",
"toolPackage":"false",
"buildProperties":"",
"basePath":"",
"verbosityPack":"Detailed",
"arguments":""
}
}
],
"name":"Push Nuget Packages",
"refName":"PushNugetPackagesJob",
"condition":"succeeded()",
"target":{
"executionOptions":{
"type":0
},
"allowScriptsAuthAccessOption":false,
"type":1
},
"jobAuthorizationScope":1
}
],
"target":{
"agentSpecification":{
"identifier":"vs2017-win2016"
}
},
"type":1
},
"repository":{
"properties":{
"cleanOptions":"0",
"tfvcMapping": "{\"mappings\":[]}",
"labelSources":"0",
"labelSourcesFormat":"$(build.buildNumber)"
},
"id":"$/",
"type":"TfsVersionControl",
"clean":"false",
"checkoutSubmodules":false
},
"processParameters":{
},
"name":"Dynamics 365 F&O - Publish NuGet Packages",
"quality":"definition",
"queue":{
"name":"Azure Pipelines",
"pool":{
"name":"Azure Pipelines",
"isHosted":true
}
}
}