Skip to content

Commit

Permalink
fix build product
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo authored and Eskibear committed Jul 18, 2018
1 parent f08c16d commit 361903c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuildProduct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ chmod +x ./tools/IntellijVersionHelper
if [ $INTELLIJ_VERSION == "true" ] ; then
./tools/IntellijVersionHelper 2018.1
fi
(cd PluginsAndFeatures/azure-toolkit-for-intellij && ./gradlew clean buildPlugin --project-dir ./PluginsAndFeatures/azure-toolkit-for-intellij -s -Papplicationinsights.key=${INTELLIJ_KEY} -Pintellij_version=IC-2018.1 -Pdep_plugins=org.intellij.scala:2018.1.8)
(cd PluginsAndFeatures/azure-toolkit-for-intellij && ./gradlew clean buildPlugin -s -Papplicationinsights.key=${INTELLIJ_KEY} -Pintellij_version=IC-2018.1 -Pdep_plugins=org.intellij.scala:2018.1.8)
cp ./PluginsAndFeatures/azure-toolkit-for-intellij/build/distributions/azure-toolkit-for-intellij.zip ./$ARTIFACTS_DIR/azure-toolkit-for-intellij-2018.1.zip

# Build intellij 2018.2 plugin
if [ $INTELLIJ_VERSION == "true" ] ; then
./tools/IntellijVersionHelper 2018.2
fi
(cd PluginsAndFeatures/azure-toolkit-for-intellij && ./gradlew clean buildPlugin --project-dir ./PluginsAndFeatures/azure-toolkit-for-intellij -s -Papplicationinsights.key=${INTELLIJ_KEY})
(cd PluginsAndFeatures/azure-toolkit-for-intellij && ./gradlew clean buildPlugin -s -Papplicationinsights.key=${INTELLIJ_KEY})
cp ./PluginsAndFeatures/azure-toolkit-for-intellij/build/distributions/azure-toolkit-for-intellij.zip ./$ARTIFACTS_DIR/azure-toolkit-for-intellij-2018.2.zip

# Extract jars to sign
Expand Down

0 comments on commit 361903c

Please sign in to comment.