File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33 pool :
44 vmImage : $(defaultLinuxAmd64PoolImage)
55 steps :
6+ - powershell : >
7+ ./eng/common/Install-DotNetSdk.ps1 /usr/share/.dotnet
8+ displayName: Run Dotnet Install Script
69 - task : CodeQL3000Init@0
710 displayName : CodeQL Initialize
811 - script : >
9- find . -name '*.csproj' | grep $(cgBuildGrepArgs) | xargs -n 1 dotnet build
12+ find . -name '*.csproj' | grep $(cgBuildGrepArgs) | xargs -n 1 /usr/share/.dotnet/ dotnet build
1013 displayName: Build Projects
1114 - task : CodeQL3000Finalize@0
1215 displayName : CodeQL Finalize
Original file line number Diff line number Diff line change 3333 docker run -t -d
3434 -v /var/run/docker.sock:/var/run/docker.sock
3535 -v $(Build.ArtifactStagingDirectory):$(artifactsPath)
36- -e RUNNING_TESTS_IN_CONTAINER=true
3736 -e DOCKER_BUILDKIT=1
37+ -e RUNNING_TESTS_IN_CONTAINER=true
3838 --name $(testRunner.container)
3939 $(imageNames.testRunner.withrepo)
4040 displayName : Start Test Runner Container
Original file line number Diff line number Diff line change 11variables :
2- imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2296361
2+ imageNames.imageBuilderName : mcr.microsoft.com/dotnet-buildtools/image-builder:2299130
33 imageNames.imageBuilder : $(imageNames.imageBuilderName)
44 imageNames.imageBuilder.withrepo : imagebuilder-withrepo:$(Build.BuildId)-$(System.JobId)
55 imageNames.testRunner : mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner2.0-docker-testrunner
You can’t perform that action at this time.
0 commit comments