cake-contrib / Cake.Incubator

This project contains various experimental but useful extension methods and aliases for Cake
http://cakebuild.net/api/Cake.Incubator/
Other
19 stars 26 forks source link

(#123) enabled building on linux #155

Closed nils-a closed 2 years ago

nils-a commented 3 years ago

and added CI-Builds for linux and mac.

This is mostly changes to the unit test which were expecting a very windows-like setup.

Description

Additionally, I have added a reference to Cake.Testing and removed some custom fakes that are now available in Cake.Testing.

Related Issue

fixes #123

Motivation and Context

123

How Has This Been Tested?

Since it's mostly changes to the tests itself, they are inherently tested. I ran the tests locally on Windows 10 and Ubuntu 18.04 as well as Ubuntu 20.04.

Types of changes

Checklist:

gep13 commented 2 years ago

@nils-a did you want to rebase this PR on the head of the develop branch, and then we can look to get this merged in. Thanks