Fix hash of installer when preparing VMR synchronization (#14962)

This commit is contained in:
Přemek Vysoký 2022-11-11 19:53:17 +01:00 committed by GitHub
parent c860d4ea43
commit 1da909aef3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ steps:
# We need to make darc understand that it needs to look in the fork from this PR
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- script: |
cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/497F233644435505515AF465112B48CD
cp -r $(Agent.BuildDirectory)/installer $(Agent.TempDirectory)/03298978DFFFCD23
displayName: Prepare dotnet/installer clone
- script: >