We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f5a917 + 530a262 commit 6354aceCopy full SHA for 6354ace
1 file changed
.github/workflows/codeql-analysis.yml
@@ -16,6 +16,7 @@ on:
16
branches: [master]
17
schedule:
18
- cron: '32 11 * * 3'
19
+ workflow_dispatch:
20
21
jobs:
22
analyze:
@@ -61,6 +62,12 @@ jobs:
61
62
dotnet-version: 6.0.x
63
include-prerelease: false
64
65
+ - name: Remove net framework example project
66
+ run: dotnet sln remove "examples/UsageExample3/UsageExample3.csproj"
67
+
68
+ - name: Remove net framework example project files
69
+ run: rm -r examples/UsageExample3/*
70
71
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
72
# If this step fails, then you should remove it and run the build manually (see below)
73
- name: Autobuild
0 commit comments