| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent eefa971 commit 26f34b5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,11 +15,8 @@ stages: | |||
| 15 | 15 | ./build.ps1 -Configuration 'Release' -All | |
| 16 | 16 | ./PSCompatibilityCollector/build.ps1 -Configuration 'Release' | |
| 17 | 17 | 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" | ||
| 23 | 20 | - stage: Test | |
| 24 | 21 | jobs: | |
| 25 | 22 | - job: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments