to match with the current state of things.
fixes #117
fixes #123
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
New sample? | no |
... |
This fixed the error in AppVeyor, and also bumps the bootstrappers to the newest version.
this PR supersedes #58
and CakeContrib.Guidelines to 1.3.0
fixes #128
fixes #177
and CakeContrib.Guidelines to 1.3.0
fixes #123
and CakeContrib.Guidelines to 1.3.0
removed all references to deprecated runners
Also, followed the new suggestion to no longer target the netstandard2.0 TFM but rather the netcoreapp3.1, net5.0 and net6.0 TFMs.
fixes #15
and CakeContrib.Guidelines to 1.3.0
fixes #63
fixes #170
fixes #106
Cake for Rider version 3.0.0 has been released. 🎉
Cake for Rider 3.0.0 has been released. 🎉
which provides the "correct" image automatically. Also, switched packaging of the nupgk from nuspec-based to csproj-based and updated appVeyor image.
fixes #52
fixes #138
and updated .NET SDK to 6.0 in appVeyor
fixes #69
This also synchronized the behavior between MSTest
, VSTest
and MSBuild
:
AllowPreviewVersion
that, if set to true
enables searching the Preview edition.fixes...