Skip to content

Commit

Permalink
WIP pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tboby authored and baronfel committed Oct 24, 2024
1 parent e1d82c7 commit 105cd6c
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 105cd6c

Please sign in to comment.