2 lines
213 B
PowerShell
2 lines
213 B
PowerShell
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true -o bin\PublishSingleFile
|
|
dotnet new wpf -n TodoList.Installer -o TodoList.Installer |