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

Add CopyFiles step #416

Closed
wants to merge 3 commits into from
Closed

Add CopyFiles step #416

wants to merge 3 commits into from

Conversation

dantler
Copy link

@dantler dantler commented Sep 20, 2019

Testing your CI infrastructure.

Copy and pasted exactly from MSDN:

https://docs.microsoft.com/en-us/azure/devops/pipelines/artifacts/build-artifacts?view=azure-devops&tabs=yaml

Summary of the Pull Request

Attempting to fix #415 .

@enricogior
Copy link
Contributor

@dantler thank you for your contribution.
As commented in #415 let's wait before merging this.
Thanks!

@enricogior
Copy link
Contributor

@dantler
we will eventually start releasing nightly builds, but not anytime soon.
Also we may have to switch to a different pipeline.
I'm closing the PR for now.
Thank you anyway for the contribution.

@enricogior enricogior closed this May 7, 2020
ironyman pushed a commit to ironyman/PowerToys that referenced this pull request Feb 20, 2025
This is just a very rough prototype of "TextToSuggest", to make it do _something_. I'll link this to microsoft#358, but it's not clean enough to close it. 

I just slapped a TextBlock with the suggested text to the right of the input, just so users can see that there is a suggestion and that you can press `right` to accept it. 

The best extension to test this with is the Registry one, but that crashes heavily in `ListHelpers.InPlaceUpdateList`. I think it's for two reasons:
* a null item in the list? (we should ignore that!)
* and we're modifying the list as we're updating it (definitely shouldn't do that)

I'm guessing the second is actually the cause of microsoft#324, though I've had a hard time reproing that as of late.
ironyman pushed a commit to ironyman/PowerToys that referenced this pull request Feb 20, 2025
In microsoft#416 I tried to lock the lists before we modify them. 

Problem was, on L143 I only locked the `FilteredItems`, when `Items` can change there too. 

One singular lock for both makes the most sense anyways.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build artifacts not available in Azure Pipeline
2 participants