Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release/7.0] Enable in-build signing and do some clean-up #7016

Merged
merged 5 commits into from
Sep 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Download build artifacts task version not valid
  • Loading branch information
mmitche committed Sep 7, 2022
commit 22211d1581df604146667b8b9b82225951d5e6e9
2 changes: 1 addition & 1 deletion eng/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
targetType: 'inline'
script: '.\eng\copy-wpf.ps1 -testhost -destination .dotnet -$(_BuildConfig) -arch $(_Platform)'

- task: DownloadBuildArtifacts@1
- task: DownloadBuildArtifacts@0
displayName: Fetch Test Binaries
inputs:
buildType: 'specific'
Expand Down