Skip to content

Commit 4989ddd

Browse files
committed
Re-enable accidentally disabled end-to-end tests
1 parent 7e5d8e3 commit 4989ddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PowerShellEditorServices.build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Task TestE2E Build, SetupHelpForTests, {
203203
Set-Location .\test\PowerShellEditorServices.Test.E2E\
204204

205205
$env:PWSH_EXE_NAME = if ($IsCoreCLR) { "pwsh" } else { "powershell" }
206-
Invoke-BuildExec { & dotnet $script:dotnetTestArgs $script:NetRuntime.PS72 }
206+
Invoke-BuildExec { & dotnet $script:dotnetTestArgs $script:NetRuntime.PS73 }
207207

208208
if (!$script:IsNix) {
209209
if (-not [Security.Principal.WindowsIdentity]::GetCurrent().Owner.IsWellKnown("BuiltInAdministratorsSid")) {
@@ -214,7 +214,7 @@ Task TestE2E Build, SetupHelpForTests, {
214214
try {
215215
Write-Host "Running end-to-end tests in Constrained Language Mode."
216216
[System.Environment]::SetEnvironmentVariable("__PSLockdownPolicy", "0x80000007", [System.EnvironmentVariableTarget]::Machine);
217-
Invoke-BuildExec { & dotnet $script:dotnetTestArgs $script:NetRuntime.PS72 }
217+
Invoke-BuildExec { & dotnet $script:dotnetTestArgs $script:NetRuntime.PS73 }
218218
} finally {
219219
[System.Environment]::SetEnvironmentVariable("__PSLockdownPolicy", $null, [System.EnvironmentVariableTarget]::Machine);
220220
}

0 commit comments

Comments
 (0)