pull/746/merge
Next Turn 2023-02-01 14:41:11 +01:00 committed by GitHub
commit 49671bcff5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

37
eng/release.yml Normal file
View File

@ -0,0 +1,37 @@
trigger: none
resources:
pipelines:
- pipeline: winsw
source: winsw.winsw
pool:
vmImage: windows-latest
steps:
- download: winsw
artifact: WinSW-net461.exe_Release
- download: winsw
artifact: WinSW-x64.zip_Release
- download: winsw
artifact: WinSW-x86.zip_Release
- download: winsw
artifact: WinSW-x64.exe_Release
- download: winsw
artifact: WinSW-x86.exe_Release
- ${{ if ne(variables['Build.RequestedForEmail'], '') }}:
- task: GitHubRelease@1
inputs:
gitHubConnection: GitHub $(Build.RequestedForEmail)
repositoryName: $(Build.Repository.Name)
action: create
target: $(Build.SourceVersion)
tagSource: userSpecifiedTag
tag: v3.0.0
title: WinSW v3.0.0
assets: |
$(Pipeline.Workspace)/**/*.xml
$(Pipeline.Workspace)/**/*.exe
$(Pipeline.Workspace)/**/*.zip
isDraft: true
isPreRelease: true
addChangeLog: false