Skip to content

Commit

Permalink
Fix CI pipeline (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 authored Apr 8, 2020
1 parent 8fc4079 commit 0af7f6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/appveyor_function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:

environment:
JAVA_HOME: "C:\\Program Files\\Java\\jdk1.8.0"
PYTHON: "C:\\Python35"
PYTHON: "C:\\Python38"
dotnetcore_version: 2.1.302
nodejs_version: "8"

Expand Down
2 changes: 1 addition & 1 deletion ci/appveyor_webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ branches:

environment:
JAVA_HOME: "C:\\Program Files\\Java\\jdk1.8.0"
PYTHON: "C:\\Python35"
PYTHON: "C:\\Python38"

install:
- cmd: SET PATH=%PYTHON%;%PYTHON%\Scripts;%JAVA_HOME%\bin;%PATH%
Expand Down
2 changes: 1 addition & 1 deletion ci/ps/e2etest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $functionVersion = $functionPom.project.version
RemoveFolderIfExist $testProjectBaseFolder
mkdir $testProjectBaseFolder
cd $testProjectBaseFolder
mvn archetype:generate -DarchetypeCatalog="local" -DarchetypeGroupId="com.microsoft.azure" -DarchetypeArtifactId="azure-functions-archetype" -DarchetypeVersion="$archetypeVersion" -DgroupId="com.microsoft" -DartifactId="e2etestproject" -Dversion="1.0-SNAPSHOT" -Dpackage="com.microsoft" -B
mvn archetype:generate -DarchetypeGroupId="com.microsoft.azure" -DarchetypeArtifactId="azure-functions-archetype" -DarchetypeVersion="$archetypeVersion" -DgroupId="com.microsoft" -DartifactId="e2etestproject" -Dversion="1.0-SNAPSHOT" -Dpackage="com.microsoft" -B
$testFunctionAppName = ([xml](gc $testProjectPomLocation)).project.properties.functionAppName
# Update e2e project pom to use the latest maven plugin
UpdateMavenPluginVersion $testProjectPomLocation $functionVersion
Expand Down

0 comments on commit 0af7f6f

Please sign in to comment.