Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nuke-build/nuke

🏗 The AKEless Build System for C#/.NET
https://github.com/nuke-build/nuke

Update CHANGELOG.md

3f8c85f0ebb2733562d0a7ba0f25d3610ac934ad authored over 2 years ago by Matthias Koch <[email protected]>
Add support for Bitbucket (#902)

e5d03d40d560680bad36d348d5975d658710403c authored over 2 years ago by Marko Lahma <[email protected]>
Update README.md

d5435de8b2a95fcf8f4859ad637608b834e5e6b0 authored over 2 years ago by Matthias Koch <[email protected]>
Cleanup

7b610976c6b1aa421bcbac0392b1f57b3098979b authored over 2 years ago by Matthias Koch <[email protected]>
Change Assert.Fail exception type to Exception

16e9861d85a5fb659979ef6effa849f66a1ebd42 authored over 2 years ago by Matthias Koch <[email protected]>
Fix assertions to pass argument expression

5ac396ad4c619531e8ca11fa608f085a198173d9 authored over 2 years ago by Matthias Koch <[email protected]>
Fix ReleaseImage

4b8c5a98e8e8bf2e38a2d8dfa482832ae45a0161 authored over 2 years ago by Matthias Koch <[email protected]>
Add NukeBuild.BuildAssemblyFile

04cd02b2b9cfbcc87dec7465946661b87b859c07 authored over 2 years ago by Matthias Koch <[email protected]>
Fix exception for duplicated keys in TeamCity property files

67ef2652c377306390550eed0884afc4cfe23c9a authored over 2 years ago by Matthias Koch <[email protected]>
Add generic EnvironmentInfo.SetVariable

4beb11cbd55e46df9b9284924d32ac11ff6be64a authored over 2 years ago by Matthias Koch <[email protected]>
Add additional test for common settings properties

71700cc5f71f06ac96de66ccaa1c70791e411cbe authored over 2 years ago by Matthias Koch <[email protected]>
Add output customization via WriteLogo, WriteTarget, and WriteSummary

9587a30ee3e8024a224ab977f3f40069e176779e authored over 2 years ago by Matthias Koch <[email protected]>
Add single-file packaging and execution

033deb321ab8f6dd11a7e480887d6451a6f102e8 authored over 2 years ago by Matthias Koch <[email protected]>
Fix GitRepository initialization when remote is not set

90eac06c1e5082c615e694304f95bd9f54467905 authored over 2 years ago by Matthias Koch <[email protected]>
Update logo

e4ec36e2517f7e41edd57bb554f52ba526e89402 authored over 2 years ago by Matthias Koch <[email protected]>
Add shortcut in GetPathExecutable for Bash

69ca8f1a8f5d6fe48a209e52ae6f45f1cde4fae5 authored over 2 years ago by Matthias Koch <[email protected]>
Fix EnvironmentInfo.IsWsl to be lazily calculated

5bdef6b509526bf0062b660d0362bac783c87c2c authored over 2 years ago by Matthias Koch <[email protected]>
Fix help text to use Debug output

f4a8d0032b5663474acc5784762672a43a9f1dec authored over 2 years ago by Matthias Koch <[email protected]>
Fix line breaks in help text

9d44f27905cb39364417f903c5033fc732932ed5 authored over 2 years ago by Matthias Koch <[email protected]>
Fix parameter padding in help text

ec380d95bae3e0bbd52123fac80039b40b1640ff authored over 2 years ago by Matthias Koch <[email protected]>
Fix default_target replacement in help text

ca499eda1db4d5a8a8d3ecd491972b87636f1c38 authored over 2 years ago by Matthias Koch <[email protected]>
Add SignPath to known words

491bb013a854b313ab13be93280cb8799e896160 authored over 2 years ago by Matthias Koch <[email protected]>
Switch to embedded debug symbols

4cca31e4e0c6dbfacbdef30dfabc3d7a954b48d6 authored over 2 years ago by Matthias Koch <[email protected]>
Cleanup

aef5d01efcd7dfe40196b1d782e985008eb9d9f5 authored over 2 years ago by Matthias Koch <[email protected]>
Fix MSBuild registration for ProjectExtensions

f3b1d668c293e78181633ec32e28fff5bc7f1afd authored over 2 years ago by Matthias Koch <[email protected]>
Update dependencies

260e2cf26949e47ce34554c9d9fb904e11c7d39e authored over 2 years ago by Matthias Koch <[email protected]>
Enable EmbedUntrackedSources property

026f6af0507aec2d2204f13c62c76918b396161b authored over 2 years ago by Matthias Koch <[email protected]>
Fix missing arguments in DotNetTasks (#930)

84842af9d2716e16feb2360262edc284881f5fae authored over 2 years ago by Muhammad Vakili <[email protected]>
Fix logging output for global tool

c6a82596bd37c19344535b1a1f99527a41c23729 authored over 2 years ago by Matthias Koch <[email protected]>
Add second-chance registration for MSBuild from .NET CLI

b393c50bc5fbbdb6ff992d29ebf1f3f346d329e4 authored over 2 years ago by Matthias Koch <[email protected]>
Fix fatal failure of MSBuildLocator

1a9010142396e45d2fafa128c10e831a75e2f20c authored over 2 years ago by Matthias Koch <[email protected]>
Obsolete CheckBuildProjectConfigurationsAttribute and integrate check into SolutionAttribute

2e42a3b7805b48382c118304d137888c2c717dfe authored over 2 years ago by Matthias Koch <[email protected]>
Fix Assert methods to accept IReadOnlyCollection

b994937e81d197ad0cf3c812fc254f81af1b1d7d authored over 2 years ago by Matthias Koch <[email protected]>
Fix performance of GetGlobalInstalledPackage by reading NuGet metadata from nuspec file if available (#920)

0c0eb2087cf3fe1248a6e7745709175d74d78fc9 authored over 2 years ago by jwfx <[email protected]>
Add Spectre.Console project as submodule

bd1e40a307a2f99eb03d34f3a559a33cf6612877 authored over 2 years ago by Matthias Koch <[email protected]>
Replace console operations with Spectre.Console

0728acfce2e1d609dd64e8d6740dd2e86189a79d authored over 2 years ago by Matthias Koch <[email protected]>
Fix CompileSettings and PublishSettings to not clear properties for Install target

78aab2e8c3b9e1f0ade7f75cc1c7b91f216e707c authored over 2 years ago by Matthias Koch <[email protected]>
Add SpaceAutomation support for submodules

a32e56ef53235579b636de97a97633589b4b050d authored over 2 years ago by Matthias Koch <[email protected]>
Fix FetchDepth property in GitHubActionsAttribute to not be nullable

6125458766a0f02ae99753b62bfdc20e4efb5a8e authored over 2 years ago by Matthias Koch <[email protected]>
Publish artifacts on GitHub Actions

a6174404196eb85db8b880bf9ee6746632c01780 authored over 2 years ago by Matthias Koch <[email protected]>
Update README.md

69bbe391634766721b12b2eb635055f70b4cb579 authored over 2 years ago by Matthias Koch <[email protected]>
Add UpdateStargazers target

5414c89ca632c65a3a2438ad40d1a884160d35c4 authored over 2 years ago by Matthias Koch <[email protected]>
Merge branch 'hotfix/6.0.3' into develop

46fbb2f9aa1a548184aad66c28abef9846a5db09 authored over 2 years ago by Matthias Koch <[email protected]>
Merge branch 'hotfix/6.0.3'

06168636a6c3d86bc83645fe5ef519ee17bf7233 authored over 2 years ago by Matthias Koch <[email protected]>
Finalize CHANGELOG.md for 6.0.3

24c8f20b339849147a9eecbc2d30f549a09b5517 authored over 2 years ago by Matthias Koch <[email protected]>
Fix shell-completion file to be written after parameter resolution

0aa6f5da654bc513f585db96e5b313f9b59c4dd0 authored over 2 years ago by Matthias Koch <[email protected]>
Fix exception logging for resolving value-sets

482fc5e39137829e639ca86a89931a30340e2bef authored over 2 years ago by Matthias Koch <[email protected]>
Update CHANGELOG.md

bae9de8ab371e96ab4f7e213c1ed31e5a41abc5e authored over 2 years ago by Matthias Koch <[email protected]>
Fix SolutionSerializer to work on sanitized content (#915)

275f387bc3e157fcaac0dc1d76775c29486a5811 authored over 2 years ago by Andriy <[email protected]>
Fix MSBuildToolPathResolver for Visual Studio Build Tools edition (#850)

62a5915299fb79136f1b4b9534fb8967ac63098f authored over 2 years ago by Andrew Hunt <[email protected]>
Fix handling of spaces in GitHubActions and AzurePipelines

9a74d30ad94cecc746a6c83a6e1067835b6b5146 authored over 2 years ago by Matthias Koch <[email protected]>
Cleanup

9598724cabae500fd812c4f834b60b5640a850e6 authored over 2 years ago by Matthias Koch <[email protected]>
Add comments

3a8cb5366541118f2cb49e8d3a921f890c93fb63 authored over 2 years ago by Matthias Koch <[email protected]>
Fix user-profile directory on Docker

e591a4496c876d573d14e723435a92a284225adb authored over 2 years ago by Matthias Koch <[email protected]>
Fix unwrapping exceptions

9a4ab6552f09f3aac19310c068c25ea91256cd7f authored over 2 years ago by Matthias Koch <[email protected]>
Fix GitRepository branch extensions to consider plurals

5774d62e82f66ba6861f1d82c543073cada8697e authored over 2 years ago by Matthias Koch <[email protected]>
Fix grammar

4e2ccf85a6dbeefe576b5fce5c20931a05eec86f authored over 2 years ago by Matthias Koch <[email protected]>
Fix logging for exceptions from ValueInjectionAttributeBase.GetValue

25a7242ca6cb99c125331af4d37305daf24fee28 authored over 2 years ago by Matthias Koch <[email protected]>
Fix GitHub comparison URL

6a66d13f98d0c2c860f2415bcd0c83f6b68a6ccb authored over 2 years ago by Matthias Koch <[email protected]>
Order DownloadLicenses after Compile

44b1bd272c2ad27d474bb2a505fb9bd01dc1dd38 authored over 2 years ago by Matthias Koch <[email protected]>
Merge branch 'hotfix/6.0.2' into develop

c748538e1485aaaa7788639fd9d7887cba2f31c3 authored over 2 years ago by Matthias Koch <[email protected]>
Merge branch 'hotfix/6.0.2'

36d218876563ab6fdf2ab229ca6b7eeaa8812662 authored over 2 years ago by Matthias Koch <[email protected]>
Finalize CHANGELOG.md for 6.0.2

39e3bc3f9b1a1dfe94a8523ba34ebb0fff596e74 authored over 2 years ago by Matthias Koch <[email protected]>
Update CHANGELOG.md

aec4cf002546db74719e0956cd6363c9136c113d authored over 2 years ago by Matthias Koch <[email protected]>
Fix missing command for KubernetesTasks (#847)

cef02e416c4a6c996532c7ab3d3926ca641cc08a authored over 2 years ago by Karl Solgård <[email protected]>
Fix log file pattern

1ed340cd42f082fbda2ef59b93639e2e440b00da authored over 2 years ago by Matthias Koch <[email protected]>
Fix telemetry to check for interactive console

cabb7f527dacad4b135e19175905b84850f10d34 authored over 2 years ago by Matthias Koch <[email protected]>
Fix assertion message

ffd65f4c87514c6e33518f4817083c83b5a3c8f0 authored over 2 years ago by Matthias Koch <[email protected]>
Fix handling of common errors

2240e3dac776d7b03814986a00b498fa033dda8e authored over 2 years ago by Matthias Koch <[email protected]>
Update Verify

6dd25f2d87f40eb91d717ca761b98f937d247e2a authored over 2 years ago by Matthias Koch <[email protected]>
Fix padding of target names for logging

751d1211d7cebd776825bd0b1ed69984ff1400f0 authored over 2 years ago by Matthias Koch <[email protected]>
Fix reporting exceptions in summary when not thrown from targets

12924ff663845e377dcbf81ea1700db676534054 authored over 2 years ago by Matthias Koch <[email protected]>
Update NuGet packages

76b544f8b0cc662db6d64b4df4f5e55f2f560786 authored over 2 years ago by Matthias Koch <[email protected]>
Improve error message

f924e34db6885f406cb870119c134c3022cb5d31 authored over 2 years ago by Matthias Koch <[email protected]>
Fix naming for .NET SDK

b30e325cedf3f97f36c549666ec8a9046c667684 authored over 2 years ago by Matthias Koch <[email protected]>
Update README.md (#876)

2eb29e5014c41de3c34b2163ff537e38754ca0ef authored over 2 years ago by Bastian Schmidt <[email protected]>
Add Dockerfile for testing

b52afd3e6ad5c98390ed17c3368bf3e9fa482f00 authored over 2 years ago by Matthias Koch <[email protected]>
Fix missing output types for ReportGeneratorTasks (#851)

9e11b5a2a99e14663e46fc608bd827338fb55e4e authored over 2 years ago by aristotelos <[email protected]>
Fix missing arguments for HelmTasks (#839)

bd7ab2d127e7274687983ecaecd515ac6a7b378c authored over 2 years ago by Vladyslav <[email protected]>
Fix missing arguments for SonarScannerTasks (#885)

2c1317a10a9609b31b64f26b9f07244365481e80 authored over 2 years ago by Rafael Lillo <[email protected]>
Regenerate

7a4449f8d2f9201d28bc2085f77603a341582180 authored over 2 years ago by Matthias Koch <[email protected]>
Fix checks in ToolPathResolver

7dea3a34f852a9d14d08c038be2ed4a6ee84e632 authored over 2 years ago by Matthias Koch <[email protected]>
Fix assertions to only include argument expression when message is null

60e54ceb321765ce7c86928e825a5df9d68309bd authored over 2 years ago by Matthias Koch <[email protected]>
Fix typo in build schema

23b78c6357e9dfb8276751000a44e5275fdf9304 authored over 2 years ago by Matthias Koch <[email protected]>
Fix tests for clones containing spaces

ea091402c57a05bad2fb217c8322dedc76135590 authored over 2 years ago by Matthias Koch <[email protected]>
Fix ValueInjectionAttributeBase.GetMemberValue to consider members from components

eed5dc61a394f970261671eb305d6dcabc51eee0 authored over 2 years ago by Matthias Koch <[email protected]>
Fix resolution of member from parameters file

6023024c1b75f9e25c7a6882e5f42409554ef380 authored over 2 years ago by Matthias Koch <[email protected]>
Fix passing build instance for value injection in components

f7bed51106e7d03a251944c8d6f3e2146f81da60 authored over 2 years ago by Matthias Koch <[email protected]>
Fix missing runtime types in NSwagTasks (#886)

dd6937f000c051f85836a9e5e8c171ff76d1cdd7 authored over 2 years ago by Daniel Valadas <[email protected]>
Fix tests to disable telemetry

aa1e7efd6bc1281e34ef1718665c3fcb03e4f8bc authored over 2 years ago by Matthias Koch <[email protected]>
Fix logging to use ExecutingTarget instead of Target to reduce clashing

58d3574fb0ce246c322ed19f2bbca35c4ea29d5a authored over 2 years ago by Matthias Koch <[email protected]>
Fix PowerShell path resolution to use PowerShell Core on non-Windows systems

3cba3f2d9d118cab769a4f5b3f5879258a493159 authored over 2 years ago by Matthias Koch <[email protected]>
Fix GitHubActions to use only GITHUB_TOKEN variable instead of full GITHUB_CONTEXT

b5f4ea5168b478e49a9af34cf260d5a992810b45 authored almost 3 years ago by Matthias Koch <[email protected]>
Fix concurrent writing of shell-completion files when configuration-generation mode is active

20f32382a4487099a7c101a619a7d44800e38683 authored almost 3 years ago by Matthias Koch <[email protected]>
Extract common BuildServerConfigurationGeneration.IsActive property

00b48affd2b31f851bfad2a9a33734f5b4ee4b68 authored almost 3 years ago by Matthias Koch <[email protected]>
Fix updating target framework to net6.0

a5e89ef4e17f6d31e2db69e0ca79c69c0b2ba649 authored almost 3 years ago by Matthias Koch <[email protected]>
Order DownloadLicenses after Compile

d04567127c768ccb331b1e139cee7ba3e8a14e4c authored almost 3 years ago by Matthias Koch <[email protected]>
Add website

492dc098be77f6217be963381dac113620aa27e2 authored almost 3 years ago by Matthias Koch <[email protected]>
Add ICreateGitHubRelease component

f6523b7fe9177650ea4c1972d0040fadb858d8cb authored almost 3 years ago by Matthias Koch <[email protected]>
Update README.md

3a1d3eff6658471d5f50d0dc8b80ed2c13cfbc2a authored almost 3 years ago by Matthias Koch <[email protected]>