File tree Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Expand file tree Collapse file tree 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 52
52
inputs :
53
53
SourceFolder : ' $(Agent.TempDirectory)'
54
54
Contents : ' $(mapsDevKey.secureFilePath)'
55
- TargetFolder : ' $(Build.SourcesDirectory)\Files\Resources'
55
+ TargetFolder : ' $(Build.SourcesDirectory)\src\ Files\Resources'
56
56
overWrite : true
57
57
58
58
- task : DownloadSecureFile@1
65
65
inputs :
66
66
SourceFolder : ' $(Agent.TempDirectory)'
67
67
Contents : ' $(appCenterDevKey.secureFilePath)'
68
- TargetFolder : ' $(Build.SourcesDirectory)\Files\Resources'
68
+ TargetFolder : ' $(Build.SourcesDirectory)\src\ Files\Resources'
69
69
overWrite : true
70
70
71
71
- task : UseDotNet@2
@@ -158,14 +158,6 @@ jobs:
158
158
TargetFolder : ' $(Build.SourcesDirectory)\src\Files\Resources'
159
159
overWrite : true
160
160
161
- - task : NuGetToolInstaller@1
162
-
163
- - task : NuGetCommand@2
164
- inputs :
165
- feedsToUse : config
166
- nugetConfigPath : nuget.config
167
- restoreSolution : ' $(solution)'
168
-
169
161
- task : DownloadSecureFile@1
170
162
name : appCenterDevKey
171
163
displayName : ' Download AppCenter Dev Key'
@@ -184,6 +176,14 @@ jobs:
184
176
packageType : sdk
185
177
version : 6.0.100
186
178
179
+ - task : NuGetToolInstaller@1
180
+
181
+ - task : NuGetCommand@2
182
+ inputs :
183
+ feedsToUse : config
184
+ nugetConfigPath : nuget.config
185
+ restoreSolution : ' $(solution)'
186
+
187
187
- task : MSBuild@1
188
188
inputs :
189
189
solution : ' **/*.wapproj'
Original file line number Diff line number Diff line change 64
64
packageType : sdk
65
65
version : 6.0.100
66
66
67
+ - task : NuGetToolInstaller@1
68
+
67
69
- task : NuGetCommand@2
68
70
inputs :
69
71
feedsToUse : config
You can’t perform that action at this time.
0 commit comments