File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments