Skip to content

Commit 73aa26b

Browse files
authored
Update azure-pipelines.yml for Azure Pipelines (#3) (#4)
1 parent 61f42b8 commit 73aa26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
displayName: 'Copy files to artifact staging'
2525
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
2626
inputs:
27-
SourceFolder: '/build'
27+
SourceFolder: 'build'
2828
Contents: '**'
2929
TargetFolder: '$(Build.ArtifactStagingDirectory)'
3030
CleanTargetFolder: true

0 commit comments

Comments
 (0)