diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 01:09:29 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-11-23 01:09:29 +0800 |
commit | 43cfafca5446079c9829277e64b2df2b2514f703 (patch) | |
tree | 3e14eac60945a24ddf814830b0a29b5e1fc3b004 /azure-pipelines.yml | |
parent | 395ec9dac67b5e0b023e7cee514bdc695dcc9dd0 (diff) | |
download | lua-language-server-43cfafca5446079c9829277e64b2df2b2514f703.zip |
语法错误
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fd71d0e7..3b409171 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,7 +52,7 @@ jobs: - task: CopyFiles@2 inputs: Contents: '**' - SourceFolder: 'bin/macOS + SourceFolder: 'bin/macOS' TargetFolder: '$(Build.ArtifactStagingDirectory)' - task: PublishBuildArtifacts@1 inputs: |