From 105cd6c17597f7785b9dd8c318fc5de2927cf661 Mon Sep 17 00:00:00 2001
From: Thomas Boby
Date: Thu, 24 Oct 2024 08:25:02 +0100
Subject: [PATCH] WIP pipeline
---
tests/IntegrationTests.fs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/IntegrationTests.fs b/tests/IntegrationTests.fs
index 9c12f40..f4fbdcf 100644
--- a/tests/IntegrationTests.fs
+++ b/tests/IntegrationTests.fs
@@ -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.``.``