We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fac2a5 commit ab9e1edCopy full SHA for ab9e1ed
tests/MiniScaffold.Tests/Asserts.fs
@@ -443,7 +443,7 @@ module Effect =
443
444
match
445
lines
446
- |> Array.tryFindIndex (fun line -> line.Contains "NuGet.NuGet.NuGetPublish(")
+ |> Array.tryFindIndex (fun line -> line.Contains "DotNet.nugetPush")
447
with
448
| None -> ()
449
| Some startIdx ->
@@ -452,7 +452,7 @@ module Effect =
452
453
while keepGoing
454
&& i < Array.length lines do
455
- if lines.[i].Trim() = "})" then
+ if lines.[i].Trim() = "\"*.nupkg\"" then
456
keepGoing <- false
457
// Then fall through to comment out this line, too
458
lines.[i] <-
0 commit comments