-
I have one of my projects console test projects. These projects build an EXE. In the solution configuration the build is disabled for release. Now there is an error on abbveyor the file project.assets…
-
Right now I have to choose between `#tool nuget:?package=SomePackageName` which runs for all tasks, even `Clean`, and `NuGetInstall("SomePackageName", new NuGetInstallSettings { OutputDirectory = buil…
-
### Describe the feature you'd like
As the name implies, I would like the ability to gate certain functions, recipes, and loot tables behind the real world date/time. For example, perhaps something t…
-
# Semi-supervised Learning
![image](https://user-images.githubusercontent.com/65707664/92304127-4c374b80-efb6-11ea-8e11-41b16de4dc4c.png)
Source: http://jalammar.github.io/illustrated-bert/
# S…
-
With support for Azure Pipelines comes the ability to have multiple jobs in a build, which e.g. run on different platform. This means that e.g. artifacts are created and published multiple times in a …
-
Currently, spatial reference system and temporal reference systems are considered descriptive. I'd argue that they are, as *systems*, directive. A system for assigning times or spatial coordinates is …
-
> Tracking improvement originally from discussion https://github.com/cake-build/cake/discussions/2979 targeting Cake v2.0
As we all know, Cake uses a folder for downloading and extracting NuGet p…
-
Right now, you have to manually define the namespace and image name in the syntax:
`{{drawio>namespace:image-name}}`
It would be really good if we can use dynamic values where
namespace = @NS…
-
We can add linting for markdown files using Cake.Markdownlint and output the issues using Cake.Issues.Markdownlint.
-
It would be nice to have the option to have build breaking if certain conditions for issues are met (e.g. issues exist, or issues of a certain severity exist)