From 14348dd5c992fc296ae7ed17bfc3158688470370 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sun, 19 Mar 2023 09:25:31 +1100 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- build/azure-pipelines.yml | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 3bcc055..0abb4f1 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -318,6 +318,7 @@ stages: targetPath: '$(Build.ArtifactStagingDirectory)' artifact: 'installer' publishLocation: 'pipeline' + - template: publish-packages.yml parameters: deploymentType: dev @@ -326,41 +327,6 @@ stages: parameters: deploymentType: preview -- stage: - jobs: - - job: - steps: - - task: GitHubRelease@1 - inputs: - gitHubConnection: 'github.com' - repositoryName: 'lithnet/ad-password-protection' - action: 'create' - target: '$(Build.SourceVersion)' - tag: 'v$(build.version)' - title: 'v$(build.version)' - releaseNotesSource: 'inline' - assets: '$(Build.ArtifactStagingDirectory)/installer/*' - isPreRelease: true - addChangeLog: false - - template: publish-packages.yml parameters: deploymentType: prod - -- stage: - jobs: - - job: - steps: - - task: GitHubRelease@1 - inputs: - gitHubConnection: 'github.com' - repositoryName: 'lithnet/ad-password-protection' - action: 'edit' - target: '$(Build.SourceVersion)' - tag: 'v$(build.version)' - title: 'v$(build.version)' - releaseNotesSource: 'inline' - isPreRelease: false - assets: '$(Build.ArtifactStagingDirectory)/installer/*' - assetUploadMode: 'replace' - addChangeLog: false