Skip to content

Commit acb11be

Browse files
committed
Merged PR 1589: Test Suites Release 3.20.1.0
2 parents ca18119 + 6d58f2d commit acb11be

File tree

255 files changed

+6597
-4477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+6597
-4477
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,21 @@ TestSuites/RDP/Client/src/Deploy/CommonBatch.wxs
9999
TestSuites/MS-SMBD/src/Deploy/Batch.wxs
100100
TestSuites/MS-SMBD/src/Deploy/Bin.wxs
101101
TestSuites/MS-SMBD/src/Deploy/CommonBatch.wxs
102+
TestSuites/MS-ADFSPIP/src/Deploy/CommonBatch.wxs
103+
TestSuites/MS-ADOD/src/Deploy/CommonBatch.wxs
104+
TestSuites/MS-AZOD/src/Deploy/CommonBatch.wxs
105+
TestSuites/MS-SMB/src/Deploy/CommonBatch.wxs
106+
TestSuites/RDP/Server/src/Deploy/CommonBatch.wxs
107+
ProtoSDK/RDMA/include/NetworkDirect_DDK.zip
108+
ProtoSDK/RDMA/include/ndstatus.h
109+
ProtoSDK/RDMA/include/ndspi.h
110+
TestSuites/BranchCache/src/Deploy/CommonBatch.wxs
111+
TestSuites/ADFamily/src/Deploy/WINBLUE_TD_FILES.wxs
112+
TestSuites/ADFamily/src/Deploy/WIN2016_TD_FILES.wxs
113+
TestSuites/ADFamily/src/Deploy/WIN8_TD_FILES.wxs
114+
TestSuites/ADFamily/src/Deploy/CommonBatch.wxs
115+
TestSuites/BranchCache/src/Deploy/Scripts_FILES.wxs
116+
TestSuites/ADFamily/src/Deploy/COMMON_TD_FILES.wxs
117+
TestSuites/Kerberos/src/Deploy/CommonBatch.wxs
118+
TestSuites/FileServer/src/Deploy/CommonBatch.wxs
119+
TestSuites/FileServer/src/Deploy/TestSuiteScripts.wxs

AssemblyInfo/SharedAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
using System.Reflection;
55

66
[assembly: AssemblyCompany("Microsoft")]
7-
[assembly: AssemblyVersion("3.19.9.0")]
7+
[assembly: AssemblyVersion("3.20.1.0")]

AssemblyInfo/resource.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define _BLDVER_H_
1111
#define COMPANY_NAME "Microsoft"
1212

13-
#define BUILD_VERSION "3.19.9.0"
14-
#define INET_VER 3,19,9,0
13+
#define BUILD_VERSION "3.20.1.0"
14+
#define INET_VER 3,20,1,0
1515

1616
#endif

InstallPrerequisites/InstallPrerequisites.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Function GetDownloadTools{
232232
$downloadList = New-Object System.Collections.ArrayList;
233233
foreach($item in $toolXML.Dependency.$ToolCategory.tool)
234234
{
235-
$ndTool = $tools | Where-Object{$_.Name -eq $item} | Select-Object $_
235+
$ndTool = $tools | Where-Object{$_.Name -eq $item}
236236
$index = $downloadList.Add($ndTool)
237237
}
238238

InstallPrerequisites/PrerequisitesConfig.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Dependency>
22
<tools>
3-
<tool Type="Installer" name="MMA_x64" FileName="MessageAnalyzer64.msi" AppName="Microsoft Message Analyzer" version="4.0.8108.0" url="https://download.microsoft.com/download/2/8/3/283DE38A-5164-49DB-9883-9D1CC432174D/MessageAnalyzer64.msi" arguments="/q"/>
4-
<tool Type="Installer" name="MMA_x86" FileName="MessageAnalyzer.msi" AppName="Microsoft Message Analyzer" version="4.0.8108.0" url="https://download.microsoft.com/download/2/8/3/283DE38A-5164-49DB-9883-9D1CC432174D/MessageAnalyzer.msi" arguments="/q"/>
53
<tool Type="Installer" name="SE" FileName="SpecExplorer.msi" AppName="Spec Explorer 2010" version="3.5.3146.0" url="https://specexplorerteam.gallerycdn.vsassets.io/extensions/specexplorerteam/specexplorer2010visualstudiopowertool-5089/3.5.3146.0/1482139098514/36449/3/SpecExplorer.msi" arguments="/q"/>
6-
<tool Type="Installer" name="PTF" FileName="ProtocolTestFramework.msi" AppName="Microsoft Protocol Test Framework" version="1.0.7000.0" BackwardCompatible="false" url="https://github.com/Microsoft/ProtocolTestFramework/releases/download/1.0.7000.0/ProtocolTestFrameworkInstaller.msi" arguments="/q"/>
4+
<tool Type="Installer" name="PTF" FileName="ProtocolTestFramework.msi" AppName="Microsoft Protocol Test Framework" version="1.0.7500.0" BackwardCompatible="false" url="https://github.com/Microsoft/ProtocolTestFramework/releases/download/1.0.7500.0/ProtocolTestFrameworkInstaller.msi" arguments="/q"/>
75
<tool Type="Installer" name="Wix314" FileName="Wix314.exe" AppName="WiX Toolset v3.14" version="3.14.0.2927" url="https://wixtoolset.org/downloads/v3.14.0.2927/wix314.exe" arguments="/q"/>
86
<tool Type="Installer" name="OpenXMLSDK" FileName="OpenXMLSDK.msi" AppName="Open XML SDK 2.5" version="2.5.5631" url="https://download.microsoft.com/download/5/5/3/553C731E-9333-40FB-ADE3-E02DC9643B31/OpenXMLSDKV25.msi" arguments="/q"/>
97
<tool Type="Custom" name="VisualStudio" FileName="vs_community.exe" url="https://aka.ms/vs/15/release/vs_community.exe" command="InstallVisualStudio.ps1" />
@@ -58,14 +56,12 @@
5856
<tool>VisualStudio</tool>
5957
<tool>PTF</tool>
6058
<tool>SE</tool>
61-
<tool>MMA_x64</tool>
6259
<tool>OpenXMLSDK</tool>
6360
</ADFamily>
6461
<AZOD>
6562
<tool>VisualStudio</tool>
6663
<tool>SE</tool>
6764
<tool>PTF</tool>
68-
<tool>MMA_x64</tool>
6965
</AZOD>
7066
<ADFSPIP>
7167
<tool>VisualStudio</tool>
@@ -76,6 +72,5 @@
7672
<tool>VisualStudio</tool>
7773
<tool>SE</tool>
7874
<tool>PTF</tool>
79-
<tool>MMA_x64</tool>
8075
</ADOD>
8176
</Dependency>

ProtoSDK/MS-FSCC/FsccMessage.cs

Lines changed: 42 additions & 353 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)