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 5252 inputs :
5353 SourceFolder : ' $(Agent.TempDirectory)'
5454 Contents : ' $(mapsDevKey.secureFilePath)'
55- TargetFolder : ' $(Build.SourcesDirectory)\Files\Resources'
55+ TargetFolder : ' $(Build.SourcesDirectory)\src\ Files\Resources'
5656 overWrite : true
5757
5858 - task : DownloadSecureFile@1
6565 inputs :
6666 SourceFolder : ' $(Agent.TempDirectory)'
6767 Contents : ' $(appCenterDevKey.secureFilePath)'
68- TargetFolder : ' $(Build.SourcesDirectory)\Files\Resources'
68+ TargetFolder : ' $(Build.SourcesDirectory)\src\ Files\Resources'
6969 overWrite : true
7070
7171 - task : UseDotNet@2
@@ -158,14 +158,6 @@ jobs:
158158 TargetFolder : ' $(Build.SourcesDirectory)\src\Files\Resources'
159159 overWrite : true
160160
161- - task : NuGetToolInstaller@1
162-
163- - task : NuGetCommand@2
164- inputs :
165- feedsToUse : config
166- nugetConfigPath : nuget.config
167- restoreSolution : ' $(solution)'
168-
169161 - task : DownloadSecureFile@1
170162 name : appCenterDevKey
171163 displayName : ' Download AppCenter Dev Key'
@@ -184,6 +176,14 @@ jobs:
184176 packageType : sdk
185177 version : 6.0.100
186178
179+ - task : NuGetToolInstaller@1
180+
181+ - task : NuGetCommand@2
182+ inputs :
183+ feedsToUse : config
184+ nugetConfigPath : nuget.config
185+ restoreSolution : ' $(solution)'
186+
187187 - task : MSBuild@1
188188 inputs :
189189 solution : ' **/*.wapproj'
Original file line number Diff line number Diff line change 6464 packageType : sdk
6565 version : 6.0.100
6666
67+ - task : NuGetToolInstaller@1
68+
6769- task : NuGetCommand@2
6870 inputs :
6971 feedsToUse : config
You can’t perform that action at this time.
0 commit comments