File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,19 +74,19 @@ stages:
7474 - powershell : |
7575 New-FileCatalog _index.cat -CatalogVersion 2 *.json
7676 displayName: 'Create index catalog file'
77- workingDirectory: $(Build.BinariesDirectory)
77+ workingDirectory: $(Build.BinariesDirectory)\index
7878
7979 - template : sign-files.yml
8080 parameters :
8181 Include : " _index.cat"
82- WorkingDir : $(Build.BinariesDirectory)
82+ WorkingDir : $(Build.BinariesDirectory)\index
8383 SigningCertificate : ${{ parameters.SigningCertificate }}
8484
8585 - powershell : |
8686 dir *.json | %{ cp _index.cat "$($_.BaseName).cat" }
8787 del _index.cat
8888 displayName: 'Replicate index catalog file'
89- workingDirectory: $(Build.BinariesDirectory)
89+ workingDirectory: $(Build.BinariesDirectory)\index
9090
9191 - publish : $(Build.BinariesDirectory)\index
9292 artifact : index
You can’t perform that action at this time.
0 commit comments