We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c427a commit c9ea56aCopy full SHA for c9ea56a
.azure-pipelines/publish.yml
@@ -55,16 +55,6 @@ extends:
55
env:
56
GPG_PASSPHRASE: $(GPG_PASSPHRASE) # secret variable has to be mapped to an env variable
57
58
- - bash: |
59
- for file in $(find snapshots -type f); do
60
- echo "processing: $file"
61
- if [[ $file =~ \.(md5|sha1|sha256)$ ]]; then
62
- continue
63
- fi
64
- sha256sum "$file" | cut -f1 -d \ > "$file.sha256"
65
- done
66
- displayName: 'Create .sha256 files'
67
-
68
- task: EsrpRelease@7
69
inputs:
70
connectedservicename: 'Playwright-ESRP-Azure'
0 commit comments