This allows seeing any build issues earlier (before publish)pull/47/head
parent
2d21ffeb38
commit
3973bccd7e
@ -0,0 +1,13 @@
|
|||||||
|
[CmdletBinding()]
|
||||||
|
param (
|
||||||
|
[Parameter(Mandatory = $true)]
|
||||||
|
[string] $runtime
|
||||||
|
)
|
||||||
|
|
||||||
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
|
dotnet publish src\Trash `
|
||||||
|
--output publish\$runtime `
|
||||||
|
--configuration Release `
|
||||||
|
--runtime $runtime `
|
||||||
|
--self-contained true
|
Loading…
Reference in new issue