Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit b3a1137

Browse files
committed
SImplify more Azure Artifacts
1 parent 0d2c6eb commit b3a1137

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ steps:
3131
platform: '$(buildPlatform)'
3232
configuration: '$(buildConfiguration)'
3333

34+
- task: CopyFiles@2
35+
inputs:
36+
SourceFolder: '$(Pipeline.Workspace)/s/tools'
37+
Contents: '**'
38+
TargetFolder: '$(Pipeline.Workspace)/s/bin/Release/tools'
39+
3440
- task: PublishPipelineArtifact@1
3541
inputs:
36-
targetPath: '$(Pipeline.Workspace)/s'
42+
targetPath: '$(Pipeline.Workspace)/s/bin/Release'
3743
artifact: 'iCode-nightly'
3844
publishLocation: 'pipeline'

0 commit comments

Comments
 (0)