diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8e3b58e..5019f37 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,11 +5,11 @@ name: CI on: push: branches: - - main + - master + pull_request: + branches: + - master - develop - - "feature/**" - - "release/**" - - "hotfix/**" defaults: run: diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..30d4a44 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,21 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceFolder}/bin/Debug/netstandard2.0/TfsUrlParser.dll", + "args": [], + "cwd": "${workspaceFolder}", + "console": "internalConsole", + "stopAtEntry": false + }, + { + "name": ".NET Core Attach", + "type": "coreclr", + "request": "attach" + } + ] +} \ No newline at end of file diff --git a/build/GetBuildVersion.psm1 b/build/GetBuildVersion.psm1 index 9858408..e6d8867 100644 --- a/build/GetBuildVersion.psm1 +++ b/build/GetBuildVersion.psm1 @@ -1,4 +1,4 @@ -// https://github.com/MADE-Apps/MADE.NET/blob/main/build/GetBuildVersion.psm1 +# https://github.com/MADE-Apps/MADE.NET/blob/main/build/GetBuildVersion.psm1 Function GetBuildVersion { Param (