Skip to content

Commit 870f7ab

Browse files
add launchsettings.json for debugging
1 parent 8a35bae commit 870f7ab

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"FileSyncApp": {
4+
"commandName": "Project",
5+
"commandLineArgs": "Verbose"
6+
}
7+
}
8+
}

FileSyncAppWin/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ internal static class Program
2020
[STAThread]
2121
static void Main(string[] args)
2222
{
23+
2324
_args = args;
2425
FileSyncApp.Program.ConfigureLogger(args.FirstOrDefault());
2526
logger = FileSyncApp.Program.LoggerFactory.CreateLogger("FileSyncAppWin");
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"profiles": {
3+
"FileSyncAppWin": {
4+
"commandName": "Project",
5+
"commandLineArgs": "Verbose"
6+
}
7+
}
8+
}

FileSyncAppWin/buildcommand.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -p:Version=0.0.16 -r win-x86 --self-contained .\FileSyncAppWin.csproj
1+
dotnet publish -o pub -c Release -p:PublishSingleFile=true -p:PublishTrimmed=false -p:Version=0.0.18 -r win-x64 --self-contained .\FileSyncAppWin.csproj

0 commit comments

Comments
 (0)