File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: .NET Build and Test
22
33on :
44 push :
5- branches : [ '*' ] # Changed to all branches for push
5+ branches : [ '*' ]
66 pull_request :
7- branches : [ master ] # Changed from main to master
8- workflow_dispatch : # Added for manual triggering
7+ branches : [ master ]
8+ workflow_dispatch :
99
1010jobs :
1111 build :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Warning: It can be quite slow if you're processing a large number of Event Log r
1313Hopefully, I'll get around to fixing the performance when I get some time (now that I've reopened the project after over 3 years : D ).
1414
1515### Building the Project
16- This project is built using .NET 6. To build it:
16+ This project has now been migrated to use .NET 6. To build it:
17171 . Clone the repository.
18182 . Navigate to the root directory of the cloned repository.
19193 . Run the command: ` dotnet build EventLogAnalyzer.sln `
You can’t perform that action at this time.
0 commit comments