Skip to content

Commit

Permalink
Update DashboardTabApp.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishnu-MSFT authored Apr 1, 2020
1 parent d9681bb commit 59b1d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DashboardTabApp/DashboardTabApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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 59b1d37

Please sign in to comment.