Skip to content

Commit

Permalink
update path for managedbatchparser
Browse files Browse the repository at this point in the history
  • Loading branch information
cssuh committed Jul 3, 2024
1 parent 4e91619 commit 1047cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
} else {
$version = $versionPre + $(Build.BuildNumber) + '-' + $propGroup.VersionSuffix.'#text'
}
$nuspecFile = '$(Build.SourcesDirectory)\sqltoolsservice\packages\Microsoft.SqlTools.ManagedBatchParser\Microsoft.SqlTools.ManagedBatchParser.nuspec'
$nuspecFile = '$(Build.SourcesDirectory)\packages\Microsoft.SqlTools.ManagedBatchParser\Microsoft.SqlTools.ManagedBatchParser.nuspec'
$nuspec = New-Object XML
$nuspec.Load($nuspecFile)
$nuspec.package.metadata.version = $version;
Expand Down

0 comments on commit 1047cb6

Please sign in to comment.