Skip to content

Commit

Permalink
Merge pull request #5746 from microsoft/fix-build-script
Browse files Browse the repository at this point in the history
Update plugin.xml path in intellij version helper
  • Loading branch information
Flanker32 authored Aug 25, 2021
2 parents 990152e + b9f4db8 commit 4ada7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/IntellijVersionHelper
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
cd $SCRIPTPATH

XMLFile="../PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml"
XMLFile="../PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml"

git checkout -- $XMLFile
javac XMLHelper.java
Expand Down

0 comments on commit 4ada7c2

Please sign in to comment.