We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c836380 commit 14d7d09Copy full SHA for 14d7d09
azure-pipelines.yml
@@ -69,11 +69,13 @@ jobs:
69
70
steps:
71
72
+ - template: azure-pipelines-templates/process-pr-labels.yml@templates
73
+
74
# build steps only
75
- template: azure-pipelines-templates/class-lib-build-only.yml@templates
76
parameters:
77
sonarCloudProject: 'nanoframework_lib-CoreLibrary'
- runUnitTests: true
78
+ runUnitTests: ${{ ne(variables['processPrLabels.SKIP_UNIT_TESTS'], 'true') }}
79
unitTestRunsettings: '$(System.DefaultWorkingDirectory)\.runsettings'
80
skipNuGetCache: true
81
0 commit comments