Matthias Koch
Matthias Koch
It would still be interesting how these two differ. What are the pros and cons. But for now I guess `DownloadBuildArtifacts` should be used.
I tested this on the repository but it didn't work... How did you test it?
For instance with this one: ``` - task: PublishBuildArtifacts@1 displayName: 'Publish: test-results' inputs: artifactName: test-results pathToPublish: 'output/test-results' ``` ``` - task: DownloadBuildArtifacts@0 displayName: Download Artifacts inputs: buildType: 'current' downloadType: 'specific'...
Typo in filename, and markdown file should be removed.
There are a lot of properties that are unused, ie. don't define a `format`. What's their purpose?
Ah, right! I didn't see that. FYI, if different tasks share a lot of common properties, you could use something like this: https://github.com/nuke-build/nuke/blob/develop/source/Nuke.Common/Tools/ReSharper/ReSharper.json#L14
I'm expecting a complete sample.
Could you improve this to use `SyntaxFactory`?
Left a couple of comments. Sorry, it's not as easy/straightforward as I thought (considering I added the `good first-timer` tag).
FYI, nuke writes file logs. So you could as well redirect to null.