File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
TimeoutMigrationTool.Msmq.AcceptanceTests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ public static void Run(string connectionString)
14
14
var build = isDebug ? "Debug" : "Release" ;
15
15
16
16
var exePath = Path . GetFullPath ( TestContext . CurrentContext . TestDirectory + $@ "\..\..\..\..\TimeoutMigrationTool\bin\{ build } \net8.0\TimeoutMigrationTool.dll") ;
17
- var args = $@ "exec { exePath } migrate --allEndpoints sqlp --source ""{ connectionString } "" --dialect MsSqlServer msmq --target ""{ connectionString } """;
17
+ var args = $@ "{ exePath } migrate --allEndpoints sqlp --source ""{ connectionString } "" --dialect MsSqlServer msmq --target ""{ connectionString } """;
18
18
19
19
var startInfo = new ProcessStartInfo(" dotnet", args)
20
20
{
Original file line number Diff line number Diff line change 13
13
<ToolCommandName >migrate-timeouts</ToolCommandName >
14
14
<PackAsTool >true</PackAsTool >
15
15
<RootNamespace >Particular.TimeoutMigrationTool</RootNamespace >
16
+ <RollForward >Major</RollForward >
16
17
</PropertyGroup >
17
18
18
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments