Skip to content

Commit c490717

Browse files
committed
Moving natvis and init.ps1 to build folder.
1 parent 996f086 commit c490717

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
File renamed without changes.

Release/nuget/init.ps1 renamed to Release/src/build/init.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ function Copy-Natvis($DestFolder)
1717
}
1818
}
1919

20-
$VS2012Folder = Join-Path -path $env:userprofile -childpath "Documents\Visual Studio 2012\Visualizers";
2120
$VS2013Folder = Join-Path -path $env:userprofile -childpath "Documents\Visual Studio 2013\Visualizers";
2221
$VS2015Folder = Join-Path -path $env:userprofile -childpath "Documents\Visual Studio 2015\Visualizers";
23-
Copy-Natvis $VS2012Folder;
2422
Copy-Natvis $VS2013Folder;
2523
Copy-Natvis $VS2015Folder;

0 commit comments

Comments
 (0)