Skip to content

Commit

Permalink
Update azure-pipelines-PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Gro committed Sep 19, 2024
1 parent f79798c commit cbc8f32
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions azure-pipelines-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ stages:
# Plain FCS build Windows
- job: TomasTestingWithTests
strategy:
parallel: 7
parallel: 8
pool:
name: $(DncEngPublicBuildPool)
demands: ImageOverride -equals $(WindowsMachineQueueName)
Expand All @@ -127,17 +127,13 @@ stages:
env:
NativeToolsOnMachine: true
displayName: Bootstrapped compiler build
- script: dotnet build .\tests\tests.fsproj /bl:\"artifacts/log/$(_BuildConfig)/TestPlaygroundRebuild.binlog\"
workingDirectory: $(Build.SourcesDirectory)
displayName: Build tests with freshly built compiler
continueOnError: false
condition: always()
- task: VSTest@2
displayName: Run tests
inputs:
testSelector: testAssemblies
searchFolder: $(Build.SourcesDirectory)
testAssemblyVer2: |
.\artifacts\bin\tests\**\*Tests.dll
artifacts\bin\FSharpSuite.Tests\Release\net472\FSharpSuite.Tests.dll
!**\obj\**
runInParallel: False # This disables multi-threaded test runs
distributionBatchType: basedOnExecutionTime
Expand Down

0 comments on commit cbc8f32

Please sign in to comment.