deployment-tools
deployment-tools copied to clipboard
This repo contains the code to build the .NET deployment tools and installers for all supported platforms, as well as the sources to .NET deployment tools.
This pull request updates the following dependencies [marker]: (Begin:64d4c8d7-9901-4ca0-0995-08d96d98454d) ## From https://github.com/dotnet/arcade - **Subscription**: 64d4c8d7-9901-4ca0-0995-08d96d98454d - **Build**: 20240429.1 - **Date Produced**: April 30, 2024 12:14:55 AM UTC - **Commit**: be933308b9024d798a9a22c0b8f3c8e3616ffbd8...
Scenario: I publish a .NET 5 app using ClickOnce and then pin the app to the Windows taskbar. After pinning to the taskbar, if I update the app, it will...
.NET (Core) applications deployed with ClickOnce cannot use `ApplicationDeployment` class for on-demand update check. Besides checking for new updates, this check can be used to ensure that the deployment is...
When trying to mage application, i got the following path separator related issue. I believe the right path should be ```'/Temp/2.0.0.0/'```, instead of ```'/Temp/2.0.0.0\'```. > root@4d4e7e505f74:/Temp# ls 2.0.0.0 root@4d4e7e505f74:/Temp# dotnet...
This pull request updates the following dependencies [marker]: (Begin:64d4c8d7-9901-4ca0-0995-08d96d98454d) ## From https://github.com/dotnet/arcade - **Subscription**: 64d4c8d7-9901-4ca0-0995-08d96d98454d - **Build**: - **Date Produced**: March 22, 2024 10:55:44 PM UTC - **Commit**: c936d1bc358744730613d8ce54bc3e0294e5ea56 -...
Check for Microsoft.AspNetCore.App failing if dotnet core is not installed | NetCoreCheck ### Description - When trying to check if aspdotnet is installed using netcorecheck.exe it was failing if dotnet...
### Description I am manually signing application manifest via mage.exe or mageui.exe. I have an EVCS from a CA issued on a USB HSM (Yubikey). signtool.exe has signed the executable...
### Description I’m trying to launch an offline WPF ClickOnce app from another app, with launch parameters. After trying many different solutions, I think I’ve found a solution, except I’ve...
When I try to sign with `dotnet-mage -Sign Application.application -CertFile /root/file.pfx -Publisher "publisher"` in Linux it says `Internal error, please try again. Unable to load shared library 'Kernel32.dll' or one...