WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2cf72a4

Browse files
committed
trying direct nuget restore
1 parent df9ce9e commit 2cf72a4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

azure-pipelines/integration-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,8 @@ steps:
5555
Write-Host "##vso[task.setvariable variable=SettingsFileName]$settingsPath"
5656
displayName: 'Setup Docker image for integration tests'
5757

58-
- task: DotNetCoreCLI@2
58+
- script: dotnet restore test/Microsoft.SqlTools.ServiceLayer.IntegrationTests/Microsoft.SqlTools.ServiceLayer.IntegrationTests.csproj --configfile nuget.config
5959
displayName: 'dotnet restore test/Microsoft.SqlTools.ServiceLayer.IntegrationTests'
60-
inputs:
61-
command: restore
62-
projects: test/Microsoft.SqlTools.ServiceLayer.IntegrationTests
63-
feedsToUse: 'config'
64-
nugetConfigPath: 'nuget.config'
6560

6661
- task: DotNetCoreCLI@2
6762
displayName: 'dotnet test test/Microsoft.SqlTools.ServiceLayer.IntegrationTests'

0 commit comments

Comments
 (0)