4 lines
180 B
PowerShell
4 lines
180 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
Set-Location (Join-Path $PSScriptRoot '..')
|
|
dotnet publish .\src\Massenger.Client\Massenger.Client.csproj -f net10.0-windows10.0.19041.0 -c Release
|