diff --git a/azure-pipelines.release-build.yml b/azure-pipelines.release-build.yml index 90d19e1..147e6c6 100644 --- a/azure-pipelines.release-build.yml +++ b/azure-pipelines.release-build.yml @@ -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/'