How to include timestamp for certificate on command line with MSIX to package .NET MAUI Windows app

Copper Contributor

Hi,

 

   I am trying to add a timestamp to the command line build below.  I can't seem to find the correct build parameter name to include the timestamp URL.  Can anyone point me in the right direction?

 

msbuild .\myproj.csproj /restore /t:Publish /p:TargetFramework=net6.0-windows10.0.19041 /p:configuration=release /p:GenerateAppxPackageOnBuild=true /p:Platform=x64 /p:AppxPackageSigningEnabled=true /p:PackageCertificateThumbprint="thumbprintstr" /p:PackageCertificatePassword="passwordstr"

 

  I did find this on the web: https://learn.microsoft.com/en-us/windows/msix/desktop/azure-dev-ops

But it doesn't show anything for a timestamp.

 

Thanks for your help!

0 Replies