Skip to content

Commit

Permalink
WIP pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby committed Oct 24, 2024
1 parent 0338973 commit b7fab5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/IntegrationTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type IntegrationTests() =
CmdLine.empty
|> CmdLine.appendPrefix "add" projectName
|> CmdLine.appendPrefix "package" "Ionide.KeepAChangelog.Tasks"
|> CmdLine.appendPrefix "--source" VirtualWorkspace.``test-nupkgs``.``.``
// |> CmdLine.appendPrefix "--source" VirtualWorkspace.``test-nupkgs``.``.``
|> CmdLine.appendPrefix "--version" $"[{this.testPackageVersion}]"
|> CmdLine.toString,
workingDirectory = Workspace.fixtures.``.``
Expand Down

0 comments on commit b7fab5f

Please sign in to comment.