From a17416297b780c0c513bfac09038fcca13165b27 Mon Sep 17 00:00:00 2001 From: Marko Lahma Date: Mon, 5 Aug 2024 21:12:36 +0300 Subject: [PATCH] Made CI build deterministic (#506) --- .pipelines/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/build.yml b/.pipelines/build.yml index 862c0d70..1ba86f34 100644 --- a/.pipelines/build.yml +++ b/.pipelines/build.yml @@ -55,7 +55,7 @@ steps: inputs: command: build projects: ${{ parameters.solutionName }} - arguments: '-c ${{ parameters.buildConfiguration }} --no-restore' + arguments: '-c ${{ parameters.buildConfiguration }} --no-restore -p:ContinuousIntegrationBuild=true' - task: DotNetCoreCLI@2 displayName: 'Run tests'