Skip to content

Commit 26f34b5

Browse files
bergmeisterChristoph Bergmeister
and
Christoph Bergmeister
authored
Build: Use logging command as a temporary workaround due to billing bug preventing upload of pipeline artefacts (#1464)
* Try use logging command * try use full path * re-enable build * cleanup Co-authored-by: Christoph Bergmeister <christoph.bergmeister@bjss.com>
1 parent eefa971 commit 26f34b5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.azure-pipelines-ci/ci.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ stages:
1515
./build.ps1 -Configuration 'Release' -All
1616
./PSCompatibilityCollector/build.ps1 -Configuration 'Release'
1717
displayName: 'Full Build'
18-
- task: PublishPipelineArtifact@1
19-
displayName: 'Publish Pipeline Artifact: out Folder'
20-
inputs:
21-
targetPath: '$(Build.SourcesDirectory)/out'
22-
artifactName: out
18+
- pwsh: |
19+
Write-Host "##vso[artifact.upload containerfolder=out;artifactname=out;]${env:Build_SourcesDirectory}/out"
2320
- stage: Test
2421
jobs:
2522
- job:

0 commit comments

Comments
 (0)