You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first one is absolute, breaking the download in every situation except if the deployment manifest is in the root folder of the web site. The second one is relative, functioning correctly. The tool should ideally be smart enough to make the path relative regardless of the path separator used.
Configuration
.NET 5, Windows, x64
Regression?
Unknown
Other information
Here's what appears to be the problematic line of code:
I've updated readme to clarify that dotnet-mage is fully supported on Windows. We are gathering feedback about scenarios for usage of the tool on Linux agents.
This and similar issues are very valuable for planning future work.
Description
Take these two almost identical commands:
They both work, but produce different codebase values in the deployment manifest:
The first one is absolute, breaking the download in every situation except if the deployment manifest is in the root folder of the web site. The second one is relative, functioning correctly. The tool should ideally be smart enough to make the path relative regardless of the path separator used.
Configuration
.NET 5, Windows, x64
Regression?
Unknown
Other information
Here's what appears to be the problematic line of code:
deployment-tools/src/clickonce/MageCLI/Mage.cs
Line 480 in 309ac6b
The text was updated successfully, but these errors were encountered: