mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-12 08:40:37 -06:00
parent
e0f131121b
commit
22103ff9c6
4
build/.nuget/packages.config
Normal file
4
build/.nuget/packages.config
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<packages>
|
||||||
|
<package id="Taef.TestAdapter" version="10.30.180808002" />
|
||||||
|
</packages>
|
||||||
9
build/config/NuGet.config
Normal file
9
build/config/NuGet.config
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<packageSources>
|
||||||
|
<add key="TAEF Internal" value="https://microsoft.pkgs.visualstudio.com/_packaging/Taef/nuget/v3/index.json" />
|
||||||
|
</packageSources>
|
||||||
|
<config>
|
||||||
|
<add key="repositorypath" value="..\..\packages" />
|
||||||
|
</config>
|
||||||
|
</configuration>
|
||||||
@ -25,6 +25,16 @@ steps:
|
|||||||
restoreSolution: OpenConsole.sln
|
restoreSolution: OpenConsole.sln
|
||||||
restoreDirectory: '$(Build.SourcesDirectory)\packages'
|
restoreDirectory: '$(Build.SourcesDirectory)\packages'
|
||||||
|
|
||||||
|
- task: 333b11bd-d341-40d9-afcf-b32d5ce6f23b@2
|
||||||
|
displayName: 'NuGet restore packages for CI'
|
||||||
|
inputs:
|
||||||
|
command: restore
|
||||||
|
restoreSolution: build/.nuget/packages.config
|
||||||
|
feedsToUse: config
|
||||||
|
externalFeedCredentials: 'TAEF NuGet Feed'
|
||||||
|
nugetConfigPath: build/config/NuGet.config
|
||||||
|
restoreDirectory: '$(Build.SourcesDirectory)/packages'
|
||||||
|
|
||||||
- task: VSBuild@1
|
- task: VSBuild@1
|
||||||
displayName: 'Build solution **\OpenConsole.sln'
|
displayName: 'Build solution **\OpenConsole.sln'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user