Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 26140cd

Browse files
author
Mike Bond
committed
Remove extra slash from comment
1 parent 237613a commit 26140cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/VSSDK.Installer/vssdk-installer.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<Target Name="GetVSSDK">
1717
<ItemGroup>
18-
<!-- VSSDKInstall refers to the package location of Microsoft.VSSDK.BuildTools such as %userprofile%\.nuget\packages\microsoft.vssdk.buildtools\15.1.192\build\..\\tools\VSSDK -->
18+
<!-- VSSDKInstall refers to the package location of Microsoft.VSSDK.BuildTools such as %userprofile%\.nuget\packages\microsoft.vssdk.buildtools\15.1.192\build\..\tools\VSSDK -->
1919
<VSSDK Include="$(VSSDKInstall)\**\*.*" />
2020
</ItemGroup>
2121
</Target>

0 commit comments

Comments
 (0)