We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e0a85 commit 6483e5cCopy full SHA for 6483e5c
aspnet-core/build/build-with-ng.ps1
@@ -25,7 +25,7 @@ dotnet publish --output (Join-Path $outputFolder "Host")
25
26
Set-Location $ngFolder
27
& yarn
28
-& ng build -prod
+& ng build --prod
29
Copy-Item (Join-Path $ngFolder "dist") (Join-Path $outputFolder "ng") -Recurse
30
Copy-Item (Join-Path $ngFolder "Dockerfile") (Join-Path $outputFolder "ng")
31
@@ -54,4 +54,4 @@ Copy-Item (Join-Path $slnFolder "docker/ng/*.*") $outputFolder
54
55
## FINALIZE ###################################################################
56
57
-Set-Location $outputFolder
+Set-Location $outputFolder
0 commit comments