Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2022-08-23 20:57:16 +0300
committerwtgodbe <wigodbe@microsoft.com>2022-08-23 20:57:16 +0300
commit7eade812c958a560d344bc51137fb93de85e0488 (patch)
tree986377210495e145281f3b94f5e79686ab5c8773
parent4b60b307b6e7550816ced673a32fcf5f8c7b1be2 (diff)
Remove unneeded bitswtgodbe/CGFix
-rw-r--r--.azure/pipelines/jobs/default-build.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml
index 9b913e9c03..2e4a9cd7b4 100644
--- a/.azure/pipelines/jobs/default-build.yml
+++ b/.azure/pipelines/jobs/default-build.yml
@@ -33,8 +33,6 @@
# This build definition is enabled for code signing. (Only applies to Windows)
# buildDirectory: string
# Specifies what directory to run build.sh/cmd
-# skipComponentGovernanceDetection: boolean
-# Determines if component governance detection can be skipped
# isAzDOTestingJob: boolean
# Determines if this job runs tests on the AzDO build agent. Controls some (currently Windows-only)
# installations and enables test publication (unless enablePublishTestResults is overridden).
@@ -99,8 +97,6 @@ jobs:
enableTelemetry: true
helixRepo: dotnet/aspnetcore
helixType: build.product/
- ${{ if ne(variables['System.TeamProject'], 'internal') }}:
- skipComponentGovernanceDetection: true
workspace:
clean: all
# Map friendly OS names to the right queue
@@ -268,12 +264,6 @@ jobs:
continueOnError: true
condition: always()
- # Run component detection after all successful Build:* jobs unless overridden e.g. for Alpine build.
- # Make sure auto-injected component detection does _not_ execute in other jobs nor when overridden.
- - ${{ if or(not(startsWith(parameters.jobDisplayName, 'Build:')), eq(parameters.skipComponentGovernanceDetection, 'true')) }}:
- - script: echo "##vso[task.setvariable variable=CG_RAN]true"
- displayName: 'Skip Component Detection'
-
- ${{ each artifact in parameters.artifacts }}:
- task: PublishBuildArtifacts@1
displayName: Upload artifacts from ${{ artifact.path }}