File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "profiles" : {
3+ "FileSyncApp" : {
4+ "commandName" : " Project" ,
5+ "commandLineArgs" : " Verbose"
6+ }
7+ }
8+ }
Original file line number Diff line number Diff 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" ) ;
Original file line number Diff line number Diff line change 1+ {
2+ "profiles" : {
3+ "FileSyncAppWin" : {
4+ "commandName" : " Project" ,
5+ "commandLineArgs" : " Verbose"
6+ }
7+ }
8+ }
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments