Skip to content

Commit

Permalink
Update QuestionsTabApp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu-MSFT authored Apr 1, 2020
1 parent aa314d4 commit 2d84683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/QuestionsTabApp/QuestionsTabApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<Exec Condition=" '$(KuduDeployment)' == '' " WorkingDirectory="$(SpaRoot)" Command="npm install -g @angular/cli" />
<Exec Condition=" '$(KuduDeployment)' == '' " WorkingDirectory="$(SpaRoot)" Command="npm install --save-dev @angular-devkit/build-angular" />
<Message Importance="high" Text="Building the client app using 'npm'. This may take several minutes..." />
<Exec Condition=" '$(KuduDeployment)' == '' " WorkingDirectory="$(SpaRoot)" Command="ng build --prod" />
<Exec Condition=" '$(KuduDeployment)' == '' " WorkingDirectory="$(SpaRoot)" Command="npm run build --prod" />
<Message Importance="high" Text="Finished building the client app" />

<!-- Include the newly-built files in the publish output -->
Expand Down

0 comments on commit 2d84683

Please sign in to comment.