diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 51e87c93131..13da925b2e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -383,6 +383,29 @@ stages: ArtifactType: Container parallel: true + - job: WindowsNoStrictIndentation + pool: + name: $(DncEngPublicBuildPool) + demands: ImageOverride -equals $(WindowsMachineQueueName) + timeoutInMinutes: 120 + steps: + - checkout: self + clean: true + + - script: eng\CIBuild.cmd -compressallmetadata -configuration Release /p:AdditionalFscCmdFlags=--strict-indentation- + env: + NativeToolsOnMachine: true + displayName: Build + + - task: PublishBuildArtifacts@1 + displayName: Publish Build BinLog + condition: always() + continueOnError: true + inputs: + PathToPublish: '$(Build.SourcesDirectory)\artifacts\log/Release\Build.VisualFSharp.sln.binlog' + ArtifactName: 'Windows Release build binlogs' + ArtifactType: Container + parallel: true # Windows With Compressed Metadata - job: WindowsCompressedMetadata diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f414e0956b..ad1d8f396f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/source-build-reference-packages - eeb7f1b24a845eebf3e0885a4650b8df67741d4a + b88b567fbf54c5404d039b80cfb86f09a681f604 diff --git a/global.json b/global.json index 10826f56f2f..8b3ca467ab8 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.7.0-test" + "xcopy-msbuild": "17.7.2" }, "native-tools": { "perl": "5.38.0.1"