Skip to content

Commit

Permalink
[Internal] Build: Adds CodeQL support in nightly builds (#4113)
Browse files Browse the repository at this point in the history
* Update azure-pipelines-nightly.yml

* Newlines in variables sections
  • Loading branch information
Pilchie authored Oct 6, 2023
1 parent 72e96fa commit 7ed22ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion azure-pipelines-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ variables:
VmImage: windows-latest # https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops
BuildConfiguration: Release
Packaging.EnableSBOMSigning: true
Codeql.Enabled: true

stages:
- stage:
displayName: Generate nightly GA
variables:
Codeql.BuildIdentifier: ga
jobs:
- template: templates/nuget-pack.yml
parameters:
Expand All @@ -32,6 +35,8 @@ stages:
CleanupFolder: true
- stage:
displayName: Generate nightly preview
variables:
Codeql.BuildIdentifier: preview
jobs:
- template: templates/nuget-pack.yml
parameters:
Expand All @@ -41,4 +46,4 @@ stages:
ReleasePackage: true
OutputPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos'
BlobVersion: 'nightly-preview'
CleanupFolder: true
CleanupFolder: true

0 comments on commit 7ed22ac

Please sign in to comment.