Skip to content

Commit

Permalink
TEMP: skip salsa
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo committed Sep 29, 2020
1 parent 8228bc2 commit 5a33b79
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions eng/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ function Process-Arguments() {
$script:testDesktop = $True
$script:testCoreClr = $True
$script:testFSharpQA = $True

$script:testVs = $True
}

Expand Down Expand Up @@ -547,8 +548,9 @@ try {
}

if ($testVs -and -not $noVisualStudio) {
TestUsingNUnit -testProject "$RepoRoot\vsintegration\tests\GetTypesVS.UnitTests\GetTypesVS.UnitTests.fsproj" -targetFramework $desktopTargetFramework -testadapterpath "$ArtifactsDir\bin\GetTypesVS.UnitTests"
TestUsingNUnit -testProject "$RepoRoot\vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" -targetFramework $desktopTargetFramework -testadapterpath "$ArtifactsDir\bin\VisualFSharp.UnitTests"
# TEMP: skip salsa
#TestUsingNUnit -testProject "$RepoRoot\vsintegration\tests\GetTypesVS.UnitTests\GetTypesVS.UnitTests.fsproj" -targetFramework $desktopTargetFramework -testadapterpath "$ArtifactsDir\bin\GetTypesVS.UnitTests"
#TestUsingNUnit -testProject "$RepoRoot\vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" -targetFramework $desktopTargetFramework -testadapterpath "$ArtifactsDir\bin\VisualFSharp.UnitTests"
}

# verify nupkgs have access to the source code
Expand Down

0 comments on commit 5a33b79

Please sign in to comment.