Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .azdo/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ name: $(BuildDefinitionName)-$(date:yyMM).$(date:dd)$(rev:rrr)
trigger: none

schedules:
- cron: "0 10 * * 1-5"
displayName: Daily CodeQL Build
- cron: "0 10 * * 1"
displayName: Weekly CodeQL Build
branches:
include:
- master
always: true # should run even if there are no new commits

stages:
- stage: Build
Expand All @@ -27,7 +28,7 @@ stages:
steps:
- task: CodeQL3000Init@0
displayName: Initialize CodeQL

- pwsh: |
Write-Verbose "Starting the build configuration:Release Platform:x64"
$buildLogPath = "$(Build.SourcesDirectory)\build\build_x64_Release.log"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# unused C# code that gets flagged by CodeQL
contrib/dotzlib/
33 changes: 0 additions & 33 deletions contrib/dotzlib/DotZLib.build

This file was deleted.

Binary file removed contrib/dotzlib/DotZLib.chm
Binary file not shown.
21 changes: 0 additions & 21 deletions contrib/dotzlib/DotZLib.sln

This file was deleted.

58 changes: 0 additions & 58 deletions contrib/dotzlib/DotZLib/AssemblyInfo.cs

This file was deleted.

202 changes: 0 additions & 202 deletions contrib/dotzlib/DotZLib/ChecksumImpl.cs

This file was deleted.

Loading