Skip to content

Commit

Permalink
fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Byrd committed Apr 23, 2020
1 parent e97782f commit d4b0f4a
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions tests/MiniScaffold.Tests/Tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,15 @@ module Tests =
testList "samples" [
do setup ()
yield! [
// "-n MyCoolLib --githubUsername CoolPersonNo2", [
// yield! projectStructureAsserts
// Assert.``project can build target`` "DotnetPack"
// Assert.``project can build target`` "BuildDocs"
// ]
// // test for dashes in name https://github.com/dotnet/templating/issues/1168#issuecomment-364592031
// "-n fsharp-data-sample --githubUsername CoolPersonNo2", [
// yield! projectStructureAsserts
// Assert.``project can build target`` "DotnetPack"
// ]
// "-n MyCoolApp --githubUsername CoolPersonNo2 --outputType Console", [
// yield! projectStructureAsserts
// Assert.``project can build target`` "CreatePackages"
// ]
// test for dashes in name https://github.com/dotnet/templating/issues/1168#issuecomment-364592031
"-n fsharp-data-sample --githubUsername CoolPersonNo2", [
yield! projectStructureAsserts
Assert.``project can build target`` "DotnetPack"
]
"-n MyCoolApp --githubUsername CoolPersonNo2 --outputType Console", [
yield! projectStructureAsserts
Assert.``project can build target`` "CreatePackages"
]
// Test that CHANGELOG.md is not modified during build failures,
// *unless* at least one step has pushed a release to the outside world.
"-n DotnetRestoreFail --githubUsername TestAccount", [
Expand Down

0 comments on commit d4b0f4a

Please sign in to comment.