We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732282c commit ed38386Copy full SHA for ed38386
src/StaticWebAssetsSdk/Tasks/Data/StaticWebAsset.cs
@@ -86,7 +86,7 @@ public string Identity
86
set
87
{
88
_modified = true;
89
- _identity = Path.GetFullPath(value);
+ _identity = value;
90
}
91
92
0 commit comments