Skip to content

Commit 4bc34d9

Browse files
authored
Update sqlQueryTools-CI-CD.yml
1 parent 19745ef commit 4bc34d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqlQueryTools-CI-CD.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
displayName: 'Restore nuget packages for SqlQueryTools solution'
2727
inputs:
2828
command: 'restore'
29-
restoreSolution: '**/SqlQueryTools.sln'
29+
restoreSolution: 'src/SqlQueryTools.sln'
3030
feedsToUse: 'config'
31-
nugetConfigPath: '**/NuGet.config'
31+
nugetConfigPath: 'src/NuGet.config'
3232

3333
- task: VSBuild@1
3434
displayName: 'Build SqlQueryTools solution'
@@ -164,4 +164,4 @@ jobs:
164164
$publishManifestPath = Resolve-Path $(Build.StagingDirectory)\Artifact\publish.extension.manifest.json
165165
$Installation = & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -prerelease -format json | ConvertFrom-Json
166166
$vsixPublisher = Join-Path -Path $Installation.installationPath -ChildPath "VSSDK\VisualStudioIntegration\Tools\Bin\VsixPublisher.exe" -Resolve
167-
& $vsixPublisher publish -payload $payloadPath -publishManifest $publishManifestPath -personalAccessToken $pat -ignoreWarnings "VSIXValidatorWarning01,VSIXValidatorWarning02,VSIXValidatorWarning08"
167+
& $vsixPublisher publish -payload $payloadPath -publishManifest $publishManifestPath -personalAccessToken $pat -ignoreWarnings "VSIXValidatorWarning01,VSIXValidatorWarning02,VSIXValidatorWarning08"

0 commit comments

Comments
 (0)