Skip to content

Commit 3814826

Browse files
authored
Merge branch 'main' into task/COMPSGH-201-Bump-Version-0.9.19
2 parents 26dac3a + 452adff commit 3814826

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

build-test.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,15 @@ 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'))
181+
New-Item -ItemType Directory -Path $(System.DefaultWorkingDirectory)\results\yak
182+
Copy-Item $yakCurrentVersName $(System.DefaultWorkingDirectory)\results\yak\$yakCurrentVersName
183+
Copy-Item $yakRh7Name $(System.DefaultWorkingDirectory)\results\yak\$yakRh7Name
182184
displayName: Package yak
185+
186+
- publish: $(System.DefaultWorkingDirectory)\results\yak\
187+
displayName: Publish Yak Package to Azure
188+
artifact: Yak Package
189+
continueOnError: true
183190

184191
- powershell: |
185192
cd ComposGH

0 commit comments

Comments
 (0)