Skip to content

Commit 55919ad

Browse files
author
Steve Ives
committed
Fix deploy location?
1 parent 9e44654 commit 55919ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ jobs:
7474
- task: CmdLine@2
7575
displayName: 'Sign MSI file'
7676
inputs:
77-
script: '"C:\Program Files (x86)\Windows Kits\10\bin\x86\signtool.exe" sign /v /td sha256 /tr http://timestamp.digicert.com /fd sha256 /f $(cert.secureFilePath) /p "$(SigPass)" /d "SQL Replication FileService" /du "www.synergex.com" FileService\bin\release\FileService.exe'
77+
script: '"C:\Program Files (x86)\Windows Kits\10\bin\x86\signtool.exe" sign /v /td sha256 /tr http://timestamp.digicert.com /fd sha256 /f $(cert.secureFilePath) /p "$(SigPass)" /d "SQL Replication FileService" /du "www.synergex.com" FileService\bin\AnyCPU\Deploy\FileService.exe'
7878

7979
- task: PublishBuildArtifacts@1
8080
displayName: 'Save MSI file as artifact'
8181
inputs:
82-
pathToPublish: 'FileService\bin\release\FileService.exe'
82+
pathToPublish: 'FileService\bin\AnyCPU\Deploy\FileService.exe'
8383
artifactName: 'FileService-Installer'
8484
#publishLocation: 'Container' # Options: container, filePath
8585
#targetPath: # Required when publishLocation == FilePath

0 commit comments

Comments
 (0)