File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,29 @@ stages:
383383 ArtifactType : Container
384384 parallel : true
385385
386+ - job : WindowsNoStrictIndentation
387+ pool :
388+ name : $(DncEngPublicBuildPool)
389+ demands : ImageOverride -equals $(WindowsMachineQueueName)
390+ timeoutInMinutes : 120
391+ steps :
392+ - checkout : self
393+ clean : true
394+
395+ - script : eng\CIBuild.cmd -compressallmetadata -configuration Release /p:AdditionalFscCmdFlags=--strict-indentation-
396+ env :
397+ NativeToolsOnMachine : true
398+ displayName : Build
399+
400+ - task : PublishBuildArtifacts@1
401+ displayName : Publish Build BinLog
402+ condition : always()
403+ continueOnError : true
404+ inputs :
405+ PathToPublish : ' $(Build.SourcesDirectory)\artifacts\log/Release\Build.VisualFSharp.sln.binlog'
406+ ArtifactName : ' Windows Release build binlogs'
407+ ArtifactType : Container
408+ parallel : true
386409
387410 # Windows With Compressed Metadata
388411 - job : WindowsCompressedMetadata
You can’t perform that action at this time.
0 commit comments