blairconrad / SelfInitializingFakes

Like Fowler's self-initializing fakes.
MIT License
11 stars 3 forks source link

[WIP] test switching from build.ps1 to build.cmd to solve #60 #62

Closed adamralph closed 6 years ago

adamralph commented 6 years ago

Connects to #60.

adamralph commented 6 years ago

The build fails, and is reported as failure: https://ci.appveyor.com/project/blairconrad/selfinitializingfakes/build/85-gclbjcbi

@blairconrad it looks like the use of build.ps1 rather than build.cmd is problematic.

adamralph commented 6 years ago

@blairconrad before doing that, I'd like understand what is wrong with using build.ps1 and whether there is a way to fix it. Reason being, I provide a sample build.ps1 in Bullseye, and I know of at least one other project which uses it.

adamralph commented 6 years ago

@blairconrad I've raised #65 to fix #60, and I've raised https://github.com/adamralph/bullseye/issues/83 to look into the ps1 problem.