K
kp4312
Guest
Hi,
I am trying to publish the console application built in .net core in self contained mode. But its giving me older version of pdb and dll file( 4 5 days older not including latest change).
using below command-
dotnet publish -c Release -r win-x64 --self-contained true
Continue reading...
I am trying to publish the console application built in .net core in self contained mode. But its giving me older version of pdb and dll file( 4 5 days older not including latest change).
using below command-
dotnet publish -c Release -r win-x64 --self-contained true
Continue reading...