Skip to content

Commit

Permalink
Changing installer name
Browse files Browse the repository at this point in the history
  • Loading branch information
mregni committed Apr 7, 2020
1 parent 4768493 commit 368df0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion builds/windows/build.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,18 @@ jobs:
targetType: filePath
filePath: './builds/windows/installer-build.ps1'
arguments: '-InstallNSSM -InstallNSIS -MakeNSIS -version $(GitVersion.MajorMinorPatch).$(GitVersion.PreReleaseNumber)'

- task: CmdLine@2
inputs:
script: |
cd $(Build.SourcesDirectory)
dir
- task: CopyFiles@2
displayName: 'Copy installer to artifact folder'
inputs:
SourceFolder: '$(Build.SourcesDirectory)'
Contents: 'EmbyStat_$(GitVersion.AssemblySemVer)_windows-x64.exe'
Contents: 'EmbyStat_$(GitVersion.MajorMinorPatch).$(GitVersion.PreReleaseNumber)_windows-x64.exe'
TargetFolder: '$(Build.ArtifactStagingDirectory)'

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 368df0c

Please sign in to comment.