Skip to content

Commit d76a521

Browse files
authored
Merge branch 'main' into mismatched-paramrefs-system.security
2 parents 5dbe1dc + 4855510 commit d76a521

File tree

413 files changed

+22871
-23629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+22871
-23629
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "bulk quest import"
22
on:
33
schedule:
4-
- cron: '0 10 * * *' # UTC time, that's 5:00 am EST, 2:00 am PST.
5-
- cron: '0 9 6 * *' # This is the morning of the 6th.
4+
- cron: '30 10 1-5,7-31 * *' # UTC time, that's 5:30 am EST, 2:30 am PST.
5+
- cron: '30 10 6 * *' # This is the morning of the 6th.
66
workflow_dispatch:
77
inputs:
88
reason:
@@ -50,4 +50,4 @@ jobs:
5050
org: ${{ github.repository_owner }}
5151
repo: ${{ github.repository }}
5252
issue: '-1'
53-
duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '0 9 6 * *' && -1 || 5 }}
53+
duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '30 10 6 * *' && -1 || 5 }}

snippets/cpp/VS_Snippets_CLR/Cryptography.3DESCSP.CreateEncryptor.File/CPP/fileexample.cpp

Lines changed: 0 additions & 113 deletions
This file was deleted.

snippets/cpp/VS_Snippets_CLR/Cryptography.3DESCSP.CreateEncryptor.Memory/CPP/memoryexample.cpp

Lines changed: 0 additions & 105 deletions
This file was deleted.

snippets/cpp/VS_Snippets_CLR_Classic/classic TripleDESCryptoServiceProvider Example/CPP/source.cpp

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)