Skip to content

Commit

Permalink
Prevent Azure Pipelines from automatically zipping up language server…
Browse files Browse the repository at this point in the history
… directory after publishing
  • Loading branch information
tintoy committed Apr 1, 2024
1 parent 0c28300 commit d1b431f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ steps:
projects: './src/LanguageServer/LanguageServer.csproj'
arguments: '--configuration "$(buildConfiguration)" -o "./out/language-server" /p:VersionPrefix="$(GitVersion.MajorMinorPatch)" /p:VersionSuffix="$(GitVersion.PreReleaseTag)"'
modifyOutputPath: false
zipAfterPublish: false

- task: ArchiveFiles@2
displayName: 'Package language-server artifact'
Expand Down

0 comments on commit d1b431f

Please sign in to comment.