Skip to content

Commit a174162

Browse files
authored
Made CI build deterministic (#506)
1 parent d6b1e4e commit a174162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
inputs:
5656
command: build
5757
projects: ${{ parameters.solutionName }}
58-
arguments: '-c ${{ parameters.buildConfiguration }} --no-restore'
58+
arguments: '-c ${{ parameters.buildConfiguration }} --no-restore -p:ContinuousIntegrationBuild=true'
5959

6060
- task: DotNetCoreCLI@2
6161
displayName: 'Run tests'

0 commit comments

Comments
 (0)