Skip to content

Commit 14d7d09

Browse files
committed
Work CI-CD
- Add step to check PR labels. ***NO_CI***
1 parent c836380 commit 14d7d09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ jobs:
6969

7070
steps:
7171

72+
- template: azure-pipelines-templates/process-pr-labels.yml@templates
73+
7274
# build steps only
7375
- template: azure-pipelines-templates/class-lib-build-only.yml@templates
7476
parameters:
7577
sonarCloudProject: 'nanoframework_lib-CoreLibrary'
76-
runUnitTests: true
78+
runUnitTests: ${{ ne(variables['processPrLabels.SKIP_UNIT_TESTS'], 'true') }}
7779
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
7880
skipNuGetCache: true
7981

0 commit comments

Comments
 (0)