Skip to content

Commit eb42eae

Browse files
committed
Just use the base directory instead for publish
1 parent ba8e1f3 commit eb42eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines/PublishRoslynCopilot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extends:
4343
- task: CopyFiles@2
4444
displayName: 'Copy files from Zip folder to staging directory'
4545
inputs:
46-
SourceFolder: '$(Pipeline.Workspace)/artifacts/'
46+
SourceFolder: '$(Pipeline.Workspace)/'
4747
Contents: '**/*Roslyn.LanguageServer*.zip'
4848
TargetFolder: '$(Build.ArtifactStagingDirectory)/staging'
4949
CleanTargetFolder: true

0 commit comments

Comments
 (0)