File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed
Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4949
5050 - task : NuGetCommand@2
5151 displayName : NuGet restore
52+ inputs :
53+ command : ' restore'
54+ feedsToUse : config
55+ nugetConfigPath : NuGet.config
5256
5357 - task : CmdLine@2
5458 displayName : Build Tools
@@ -322,6 +326,10 @@ jobs:
322326
323327 - task : NuGetCommand@2
324328 displayName : NuGet restore
329+ inputs :
330+ command : ' restore'
331+ feedsToUse : config
332+ nugetConfigPath : NuGet.config
325333
326334 - task : DownloadPipelineArtifact@1
327335 displayName : Download x86 Artifacts
Original file line number Diff line number Diff line change 5151 inputs :
5252 command : ' restore'
5353 restoreSolution : ' $(Build.SourcesDirectory)\cppwinrt.sln'
54+ feedsToUse : config
55+ nugetConfigPath : NuGet.config
5456
5557 - task : VSBuild@1
5658 displayName : Build fast_fwd
7274 inputs :
7375 command : ' restore'
7476 restoreSolution : ' $(Build.SourcesDirectory)\natvis\cppwinrtvisualizer.sln'
77+ feedsToUse : config
78+ nugetConfigPath : NuGet.config
7579
7680 - task : VSBuild@1
7781 displayName : Build Component visualizer
Original file line number Diff line number Diff line change 8080 inputs :
8181 command : ' restore'
8282 restoreSolution : ' $(Build.SourcesDirectory)\cppwinrt.sln'
83+ feedsToUse : config
84+ nugetConfigPath : NuGet.config
8385
8486 - task : PowerShell@2
8587 displayName : Remove cppwinrt dependency from test projects
Original file line number Diff line number Diff line change 5656 inputs :
5757 command : ' restore'
5858 restoreSolution : ' $(Build.SourcesDirectory)\vsix\vsix.sln'
59+ feedsToUse : config
60+ nugetConfigPath : NuGet.config
5961
6062 - task : DownloadPipelineArtifact@2
6163 displayName : ' Download x86 binaries'
You can’t perform that action at this time.
0 commit comments