Skip to content

Commit bade333

Browse files
azure-powershell-botazurepowershell
and
azurepowershell
authored
Sync tools folder from main branch to generation branch (#25557)
Co-authored-by: azurepowershell <azurepowershell@ms.com>
1 parent 6fac1d5 commit bade333

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.azure-pipelines/daily-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Please don't use ADO UI defined scheduled triggers because it takes precedence over YAML scheduled triggers.
22
# https://docs.microsoft.com/en-us/azure/devops/pipelines/process/scheduled-triggers
33
variables:
4+
Codeql.Enabled: false
45
today: $(Get-Date -Format yyyyMMddhhmmss)
56

67
schedules:
@@ -14,7 +15,7 @@ pr: none
1415

1516
jobs:
1617
- job: DailyBuild
17-
timeoutInMinutes: 180
18+
timeoutInMinutes: 360
1819
pool: pool-windows-2019
1920
steps:
2021
- task: PowerShell@2

.azure-pipelines/security-tools.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
OCTOKITPAT: $(GithubToken)
4848
- task: securedevelopmentteam.vss-secure-development-tools.build-task-credscan.CredScan@3
4949
displayName: Run CredScan
50-
condition: in(variables['system.pullRequest.targetBranch'], 'generation', 'main')
5150
inputs:
5251
toolMajorVersion: V2
5352
outputFormat: sarif
696 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)