aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/templates/job-uhd-build-installer.yml
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2021-12-16 17:08:42 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2022-01-06 15:10:53 -0600
commit5e40438ee9834025dc7065c686ab34815458e1a4 (patch)
tree75fcc4de229ba14cac5432ca6c42f097549dc085 /.ci/templates/job-uhd-build-installer.yml
parentf0ae43ad740335771b4c48a37b92b6f4b38f766a (diff)
downloaduhd-5e40438ee9834025dc7065c686ab34815458e1a4.tar.gz
uhd-5e40438ee9834025dc7065c686ab34815458e1a4.tar.bz2
uhd-5e40438ee9834025dc7065c686ab34815458e1a4.zip
ci: refactor dockerOSName to buildOSName
dockerOSName is misleading because it could be in a bare metal context Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-build-installer.yml')
-rw-r--r--.ci/templates/job-uhd-build-installer.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.ci/templates/job-uhd-build-installer.yml b/.ci/templates/job-uhd-build-installer.yml
index e0d9dc9d3..aff8dca5c 100644
--- a/.ci/templates/job-uhd-build-installer.yml
+++ b/.ci/templates/job-uhd-build-installer.yml
@@ -63,11 +63,11 @@ jobs:
ubuntuReleaseName: $(ubuntuReleaseName)
- ${{ if ne(parameters.toolset, 'ubuntu_deb') }}:
- download: current
- artifact: $(dockerOSName)-${{ parameters.toolset }}
- displayName: Download pipeline artifact $(dockerOSName)-${{ parameters.toolset }}
+ artifact: $(buildOSName)-${{ parameters.toolset }}
+ displayName: Download pipeline artifact $(buildOSName)-${{ parameters.toolset }}
- task: ExtractFiles@1
inputs:
- archiveFilePatterns: $(Pipeline.Workspace)/$(dockerOSName)-${{ parameters.toolset }}/$(dockerOSName)-${{ parameters.toolset }}.tar.gz
+ archiveFilePatterns: $(Pipeline.Workspace)/$(buildOSName)-${{ parameters.toolset }}/$(buildOSName)-${{ parameters.toolset }}.tar.gz
destinationFolder: $(Build.BinariesDirectory)
cleanDestinationFolder: true
- ${{ if and(eq(parameters.toolset, 'msbuild'), eq(parameters.installer, 'nsis')) }}:
@@ -83,5 +83,5 @@ jobs:
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(Build.BinariesDirectory)/uhddev-installer'
- artifactName: '$(dockerOSName)-${{ parameters.toolset }}-${{ parameters.installer }}-installer'
+ artifactName: '$(buildOSName)-${{ parameters.toolset }}-${{ parameters.installer }}-installer'
displayName: Upload uhd installer artifact