We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887023f commit f3e9825Copy full SHA for f3e9825
upgradeeformnugets.sh
@@ -7,7 +7,7 @@ if (( "$GIT_STATUS" > 0 )); then
7
cd eFormAPI/Plugins/TimePlanning.Pn/TimePlanning.Pn
8
CURRENT_NUMBER_OF_COMMITS=`git log --oneline | wc -l`
9
10
- PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.TimePlanningBase')
+ PACKAGES=('Microting.eForm' 'Microting.eFormApi.BasePn' 'Microting.TimePlanningBase' 'Microting.EformAngularFrontendBase')
11
PROJECT_NAME='TimePlanning.Pn.csproj'
12
REPOSITORY='eform-angular-timeplanning-plugin'
13
0 commit comments