diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73ea6a0a..3479e6fb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -43,7 +43,7 @@ stages: testRunTitle: 'Windows' buildPlatform: 'Win32' - script: yarn release --win32 - displayName: 'Run gulp release' + displayName: 'Run yarn release for win32' - powershell: Set-Content -Path '$(System.DefaultWorkingDirectory)/release/log.txt' -Value $env:BUILD_SOURCEVERSIONMESSAGE - task: PublishPipelineArtifact@1 @@ -74,7 +74,7 @@ stages: testRunTitle: 'Mac' buildPlatform: 'MacOS' - script: yarn gulp release --osx64 - displayName: 'Run release' + displayName: 'Run yarn release for OSX64' - task: PublishPipelineArtifact@1 displayName: 'Publish MacOS release' @@ -102,7 +102,7 @@ stages: testRunTitle: 'Linux' buildPlatform: 'Linux64' - script: yarn release --linux64 - displayName: 'Run gulp release' + displayName: 'Run yarn release for linux64' - script: cd $(System.DefaultWorkingDirectory)/release; find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \; displayName: 'Clean release folders' - task: PublishPipelineArtifact@1