File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ stages:
35
35
displayName : ' Install lua compiler.'
36
36
- script : make release -C $(System.DefaultWorkingDirectory)
37
37
displayName : ' Test and build the release.'
38
- - powershell : Set-Content -Path '$(System.DefaultWorkingDirectory)/release/log.txt' -Value $env:BUILD_SOURCEVERSIONMESSAGE
39
38
- task : PublishPipelineArtifact@1
40
39
displayName : ' Publish release'
41
40
inputs :
@@ -50,14 +49,17 @@ stages:
50
49
inputs :
51
50
buildType : ' current'
52
51
targetPath : ' $(Pipeline.Workspace)'
53
- - powershell : Write-Output ("##vso[task.setvariable variable=releaseNotes;]$(gc $(Pipeline.Workspace)/betaflight-tx-lua-scripts/log.txt)")
54
52
- task : GitHubReleasePublish@1
55
53
inputs :
56
54
githubEndpoint : ' $(endpoint)'
57
55
manuallySetRepository : true
58
56
githubOwner : ' $(owner)'
59
57
githubRepositoryName : ' $(repoName)'
60
- githubReleaseNotes : ' $(releaseNotes)'
58
+ githubReleaseNotes : |+
59
+ $(releaseNotes)
60
+
61
+ ### Changes:
62
+ $(Build.SourceVersionMessage)
61
63
githubReleaseDraft : false
62
64
githubReleasePrerelease : false
63
65
githubIgnoreAssets : false
You can’t perform that action at this time.
0 commit comments