diff --git a/.vscode/launch.json b/.vscode/launch.json index f77115d..54ee8af 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,8 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/franz.tests/bin/Debug/net7.0/franz.tests.dll", + //"program": "${workspaceFolder}/franz.tests/bin/Debug/net7.0/franz.tests.dll", + "program": "${workspaceFolder}/topiclister/bin/Debug/net7.0/topiclister.dll", "args": [], "cwd": "${workspaceFolder}/franz.tests", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 03461aa..ccc1171 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -19,7 +19,7 @@ "type": "process", "args": [ "publish", - "${workspaceFolder}/franz.tests/franz.tests.csproj", + "${workspaceFolder}/topiclister/topiclister.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], @@ -32,7 +32,7 @@ "args": [ "watch", "run", - "${workspaceFolder}/franz.tests/franz.tests.csproj", + "${workspaceFolder}/topiclister/topiclister.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], diff --git a/Jenkinsfile b/Jenkinsfile index 688f10d..69068de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,11 @@ pipeline { dotnetsdk "net7.0" } stages { + stage ('Clean workspace') { + steps { + cleanWs() + } + } stage('build franz') { steps { echo 'building franz' diff --git a/topiclister/Program.cs b/topiclister/Program.cs index e7790b3..91708f3 100644 --- a/topiclister/Program.cs +++ b/topiclister/Program.cs @@ -12,7 +12,7 @@ namespace topiclister static async Task Main(string[] args) { try{ - var ignoreme = Telefranz.Instance ; + var ignoreme = Telefranz.Instance ; } catch(NotInitializedException) {