We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b1e4e commit a174162Copy full SHA for a174162
.pipelines/build.yml
@@ -55,7 +55,7 @@ steps:
55
inputs:
56
command: build
57
projects: ${{ parameters.solutionName }}
58
- arguments: '-c ${{ parameters.buildConfiguration }} --no-restore'
+ arguments: '-c ${{ parameters.buildConfiguration }} --no-restore -p:ContinuousIntegrationBuild=true'
59
60
- task: DotNetCoreCLI@2
61
displayName: 'Run tests'
0 commit comments