From 71d53cb963d54d8665a9c90da9dcd017de586706 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:28:53 +0200 Subject: [PATCH 1/3] [main] Update dependencies from dotnet/source-build-reference-packages (#16001) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9b234ae567..52fdc193f3c 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 From 406a5afb50aed233e15e700e7d82c849257c311d Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Wed, 20 Sep 2023 11:38:38 +0200 Subject: [PATCH 2/3] Add separate step checking no strict indentation specifically (#16002) --- azure-pipelines.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad765590ade..08cd8e38ff5 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 From 3df945aa3a85b2562864b393aabad39506a13f72 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Wed, 20 Sep 2023 15:30:27 +0200 Subject: [PATCH 3/3] Update global.json --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 94d29541e32..8b3ca467ab8 100644 --- a/global.json +++ b/global.json @@ -12,7 +12,7 @@ "Microsoft.VisualStudio.Component.FSharp" ] }, - "xcopy-msbuild": "17.7.0" + "xcopy-msbuild": "17.7.2" }, "native-tools": { "perl": "5.38.0.1"