File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ build_script:
30
30
Write-Host “Found git tag."
31
31
}
32
32
else {
33
- $buildNumber = "1.5.3 -$env:APPVEYOR_BUILD_NUMBER"
33
+ $buildNumber = "1.6.2 -$env:APPVEYOR_BUILD_NUMBER"
34
34
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
35
35
}
36
36
.\package.ps1 -buildNumber $buildNumber
Original file line number Diff line number Diff line change 19
19
Write-Host “Found git tag."
20
20
}
21
21
else {
22
- $buildNumber = "1.5.3 -$(Build.BuildId)"
22
+ $buildNumber = "1.6.2 -$(Build.BuildId)"
23
23
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
24
24
}
25
25
.\package.ps1 -buildNumber $buildNumber
Original file line number Diff line number Diff line change 19
19
Write-Host “Found git tag."
20
20
}
21
21
else {
22
- $buildNumber = "1.5.3 -$(Build.BuildId)"
22
+ $buildNumber = "1.6.2 -$(Build.BuildId)"
23
23
Write-Host “git tag not found. Setting package suffix to '$buildNumber'"
24
24
}
25
25
.\package.ps1 -buildNumber $buildNumber
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >com.microsoft.azure.functions</groupId >
6
6
<artifactId >azure-functions-java-worker</artifactId >
7
- <version >1.5.3 </version >
7
+ <version >1.6.2 </version >
8
8
<packaging >jar</packaging >
9
9
<parent >
10
10
<groupId >com.microsoft.maven</groupId >
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ if(!$skipCliDownload)
17
17
18
18
Write-Host " Downloading Functions Core Tools...."
19
19
Invoke-RestMethod - Uri ' https://functionsclibuilds.blob.core.windows.net/builds/3/latest/version.txt' - OutFile version.txt
20
- Write-Host " Using Functions Core Tools version: $ ( Get-Content - Raw version.txt ) "
20
+ Write-Host " Using Functions Core Tools version: pgopa-CLI "
21
21
$version = " $ ( Get-Content - Raw version.txt) "
22
22
Remove-Item version.txt
23
23
24
24
if ($version -and $version.trim ())
25
25
{
26
- $env: CORE_TOOLS_URL = " https://functionsclibuilds .blob.core.windows.net/builds/3/latest/Azure.Functions.Cli.win-x86 .zip"
26
+ $env: CORE_TOOLS_URL = " https://pgopafunctestv2storage .blob.core.windows.net/cli/pgopa-cli .zip"
27
27
}
28
28
Write-Host " CORE_TOOLS_URL: $env: CORE_TOOLS_URL "
29
29
$output = " $currDir \Azure.Functions.Cli.zip"
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ if(!$skipCliDownload)
25
25
26
26
Write-Host " Downloading Functions Core Tools...."
27
27
Invoke-RestMethod - Uri ' https://functionsclibuilds.blob.core.windows.net/builds/3/latest/version.txt' - OutFile version.txt
28
- Write-Host " Using Functions Core Tools version: $ ( Get-Content - Raw version.txt ) "
28
+ Write-Host " Using Functions Core Tools version: pgopa-CLI "
29
29
$version = " $ ( Get-Content - Raw version.txt) "
30
30
Remove-Item version.txt
31
31
32
32
if ($version -and $version.trim ())
33
33
{
34
- $env: CORE_TOOLS_URL = " https://functionsclibuilds .blob.core.windows.net/builds/3/latest/Azure.Functions.Cli.win-x86 .zip"
34
+ $env: CORE_TOOLS_URL = " https://pgopafunctestv2storage .blob.core.windows.net/cli/pgopa-cli .zip"
35
35
}
36
36
Write-Host " CORE_TOOLS_URL: $env: CORE_TOOLS_URL "
37
37
$output = " $currDir \Azure.Functions.Cli.zip"
Original file line number Diff line number Diff line change 2
2
"description" : {
3
3
"language" : " java" ,
4
4
"extensions" : [" .jar" ],
5
- "defaultExecutablePath" : " java" ,
5
+ "defaultExecutablePath" : " %JAVA_HOME%/bin/ java" ,
6
6
"defaultWorkerPath" : " azure-functions-java-worker.jar" ,
7
- "arguments" : [" -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -noverify -Djava.net.preferIPv4Stack=true -jar" ]
7
+ "arguments" : [" -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -noverify -Djava.net.preferIPv4Stack=true -jar" , " %JAVA_OPTS% " ]
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments