Skip to content

Commit 3755d6e

Browse files
committed
task: update for yml file - publishing yak
1 parent 71397f9 commit 3755d6e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build-test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,12 @@ steps:
178178
$yakRh7Name = $yakCurrentVersName -Replace "rh6_27", "rh7_0"
179179
Rename-Item -Path $yakCurrentVersName -NewName $yakRh7Name
180180
..\yak build --platform win
181-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'), ne(variables.TAG_EXISTS, 'true'))
182181
displayName: Package yak
182+
183+
- publish: $(System.DefaultWorkingDirectory)\results\yak\
184+
displayName: Publish Yak Package to Azure
185+
artifact: Yak Package
186+
continueOnError: true
183187

184188
- powershell: |
185189
cd ComposGH

0 commit comments

Comments
 (0)