Skip to content

Commit

Permalink
Feature/improve workflow (#98)
Browse files Browse the repository at this point in the history
* bugfix powershell comment

* branch rename
  • Loading branch information
bbtbir authored Oct 31, 2022
1 parent 1258f1d commit 399f6e1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name: CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- master
- develop
- "feature/**"
- "release/**"
- "hotfix/**"

defaults:
run:
Expand Down
21 changes: 21 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
2 changes: 1 addition & 1 deletion build/GetBuildVersion.psm1
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit 399f6e1

Please sign in to comment.