+16
-3
lines changedFilter options
+16
-3
lines changed Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ extends:
132
132
outputs:
133
133
- output: pipelineArtifact
134
134
path: '$(Build.StagingDirectory)'
135
-
artifact: 'Signed_Binaries_$(System.JobId)_$(System.JobAttempt)'
135
+
artifact: 'Signed_Binaries'
136
136
# see https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/outputs/nuget-packages
137
137
- output: nuget
138
138
useDotNetTask: false
@@ -597,6 +597,19 @@ extends:
597
597
script: |
598
598
mv $env:BUILD_BINARIESDIRECTORY/*.nupkg $env:BUILD_STAGINGDIRECTORY/
599
599
mv $env:BUILD_BINARIESDIRECTORY/*.snupkg $env:BUILD_STAGINGDIRECTORY/
600
+
- job: gitHubReleaseJob
601
+
# Based on Documentation: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/releasepipelines/releaseworkflows/releasejob?tabs=standardreleasejob
602
+
displayName: GitHub Release Job
603
+
# pool: you can optionally specify pool as you would normally do for a standard job
604
+
templateContext:
605
+
type: releaseJob # Required, this indicates this job is a release job
606
+
isProduction: true # Required, must be 'true' or 'false'
607
+
inputs: # All input build artifacts must be declared here
608
+
- input: pipelineArtifact # Required, type of the input artifact
609
+
artifactName: Signed_Binaries # Required, name of the pipeline artifact
610
+
targetPath: $(Pipeline.Workspace)/drop # Optional, specifies where the artifact is downloaded
611
+
steps:
612
+
- template: nbgv-set-version-steps.yml@templates
600
613
- task: GitHubRelease@1
601
614
displayName: Release to GitHub
602
615
inputs:
@@ -609,7 +622,7 @@ extends:
609
622
title: 'Release v$(ReleaseVersion)'
610
623
releaseNotesSource: 'inline'
611
624
assets: |
612
-
$(Build.StagingDirectory)/*.zip
613
-
$(Build.StagingDirectory)/HASHES.txt
625
+
$(Pipeline.Workspace)/drop/*.zip
626
+
$(Pipeline.Workspace)/drop/HASHES.txt
614
627
changeLogCompareToRelease: 'lastNonDraftRelease'
615
628
changeLogType: 'commitBased'
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4