Skip to content

Commit e964c3d

Browse files
authored
Update windowsTests.yml
1 parent 5ccc4f1 commit e964c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildspec/windowsTests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ phases:
3535
# See https://github.com/NuGet/NuGet.Client/pull/4259
3636
$Env:NUGET_EXPERIMENTAL_CHAIN_BUILD_RETRY_POLICY = "3,1000"
3737
38+
$Env:JAVA_HOME = $JAVA_HOME
39+
3840
if ($Env:CODEARTIFACT_DOMAIN_NAME -and $Env:CODEARTIFACT_REPO_NAME) {
3941
$Env:CODEARTIFACT_URL=aws codeartifact get-repository-endpoint --domain $Env:CODEARTIFACT_DOMAIN_NAME --repository $Env:CODEARTIFACT_REPO_NAME --format maven --query repositoryEndpoint --output text
4042
# $Env:CODEARTIFACT_NUGET_URL=aws codeartifact get-repository-endpoint --domain $Env:CODEARTIFACT_DOMAIN_NAME --repository $Env:CODEARTIFACT_REPO_NAME --format nuget --query repositoryEndpoint --output text

0 commit comments

Comments
 (0)