Skip to content

Commit ed38386

Browse files
committed
Revert "Path.GetFullPath"
This reverts commit 9245c60.
1 parent 732282c commit ed38386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StaticWebAssetsSdk/Tasks/Data/StaticWebAsset.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public string Identity
8686
set
8787
{
8888
_modified = true;
89-
_identity = Path.GetFullPath(value);
89+
_identity = value;
9090
}
9191
}
9292

0 commit comments

Comments
 (0)