|
1 | 1 | $NuGet = '..\..\.nuget\NuGet.exe' |
| 2 | +&$NuGet update -Self -Verbosity quiet |
2 | 3 |
|
3 | 4 | # Make sure the project binaries are up-to-date |
4 | 5 | &$NuGet restore ..\..\StyleCopAnalyzers.sln |
@@ -47,20 +48,34 @@ Copy-Item ..\..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.1.1.1\lib\net4 |
47 | 48 | Copy-Item ..\..\packages\Microsoft.CodeAnalysis.VisualBasic.1.1.1\lib\net45\*.dll .\bin\StyleCopTester-Roslyn.1.1.1 |
48 | 49 | Copy-Item ..\..\packages\Microsoft.CodeAnalysis.VisualBasic.Workspaces.1.1.1\lib\net45\*.dll .\bin\StyleCopTester-Roslyn.1.1.1 |
49 | 50 |
|
50 | | -# Clone the project |
| 51 | +# |
| 52 | +# Testing DartVS/DartVS@6f54d1d2 |
| 53 | +# |
| 54 | + |
51 | 55 | git clone https://github.com/DartVS/DartVS.git bin\DartVS |
52 | 56 | Push-Location |
53 | 57 | cd bin\DartVS |
54 | 58 | git checkout 6f54d1d2bf6a16aaac5a6add7e073716e35e21ba |
55 | 59 | Pop-Location |
56 | 60 |
|
57 | | -&$NuGet restore bin\DartVS\DanTup.DartVS.sln |
| 61 | +&$NuGet restore bin\DartVS\DanTup.DartVS.sln -Verbosity quiet |
| 62 | + |
| 63 | +.\bin\StyleCopTester-Roslyn.1.0.0\StyleCopTester.exe bin\DartVS\DanTup.DartVS.sln /all /log:bin\DartVS-1.0.0.txt | Out-Null |
| 64 | +.\bin\StyleCopTester-Roslyn.1.1.0\StyleCopTester.exe bin\DartVS\DanTup.DartVS.sln /all /log:bin\DartVS-1.1.0.txt | Out-Null |
| 65 | +.\bin\StyleCopTester-Roslyn.1.1.1\StyleCopTester.exe bin\DartVS\DanTup.DartVS.sln /all /log:bin\DartVS-1.1.1.txt | Out-Null |
| 66 | + |
| 67 | +# |
| 68 | +# Testing JamesNK/Newtonsoft.Json@48786adc |
| 69 | +# |
58 | 70 |
|
59 | | -$StyleCopTester = '.\bin\StyleCopTester-Roslyn.1.0.0\StyleCopTester.exe' |
60 | | -&$StyleCopTester bin\DartVS\DanTup.DartVS.sln /all /log:bin\DartVS-1.0.0.txt | Out-Null |
| 71 | +git clone https://github.com/JamesNK/Newtonsoft.Json.git bin\Newtonsoft.Json |
| 72 | +Push-Location |
| 73 | +cd bin\Newtonsoft.Json |
| 74 | +git checkout 48786adc5bf9e9bcaea52147f09d6022ae14082c |
| 75 | +Pop-Location |
61 | 76 |
|
62 | | -$StyleCopTester = '.\bin\StyleCopTester-Roslyn.1.1.0\StyleCopTester.exe' |
63 | | -&$StyleCopTester bin\DartVS\DanTup.DartVS.sln /all /log:bin\DartVS-1.1.0.txt | Out-Null |
| 77 | +&$NuGet restore bin\Newtonsoft.Json\Src\Newtonsoft.Json.Portable.sln -Verbosity quiet |
64 | 78 |
|
65 | | -$StyleCopTester = '.\bin\StyleCopTester-Roslyn.1.1.1\StyleCopTester.exe' |
66 | | -&$StyleCopTester bin\DartVS\DanTup.DartVS.sln /all /log:bin\DartVS-1.1.1.txt | Out-Null |
| 79 | +.\bin\StyleCopTester-Roslyn.1.0.0\StyleCopTester.exe bin\Newtonsoft.Json\Src\Newtonsoft.Json.Portable.sln /all /log:bin\Newtonsoft.Json-1.0.0.txt | Out-Null |
| 80 | +.\bin\StyleCopTester-Roslyn.1.1.0\StyleCopTester.exe bin\Newtonsoft.Json\Src\Newtonsoft.Json.Portable.sln /all /log:bin\Newtonsoft.Json-1.1.0.txt | Out-Null |
| 81 | +.\bin\StyleCopTester-Roslyn.1.1.1\StyleCopTester.exe bin\Newtonsoft.Json\Src\Newtonsoft.Json.Portable.sln /all /log:bin\Newtonsoft.Json-1.1.1.txt | Out-Null |
0 commit comments