Skip to content

Commit

Permalink
Update azure-pipelines.release-build.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Klein committed Aug 13, 2021
1 parent 5e13b98 commit f2d9235
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ steps:
- script: |
GH_TOKEN=$(GH_TOKEN) yarn dist -m -w -l
displayName: Build Installation Packages for all platforms
- script: |
ls
echo "$BUILD_SOURCEDIRECTORY"
echo "$BUILD_ARTIFACTSTAGINGDIRECTORY"
- task: CopyFiles@2
inputs:
SourceFolder: '$(Build.SourcesDirectory)/dist/'
Expand Down

0 comments on commit f2d9235

Please sign in to comment.