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

Commit 37d77ee

Browse files
committed
- Fixed Test Framework MSI generation so it builds for the correct version
- added script and test list to run mscorlib tests as run on daily builds for verification of the core runtime engine
1 parent e89b2ce commit 37d77ee

File tree

4 files changed

+472
-427
lines changed

4 files changed

+472
-427
lines changed

Test/Platform/Setup/ProductVersion.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<?undef ProdVer ?>
77
<?endif ?>
88

9-
<?define ProdVerMajorMinor = "4.3"?>
9+
<?define ProdVerMajorMinor = "4.4"?>
1010
<?define ProdVer = "$(var.ProdVerMajorMinor).$(var.ProdVerBuild)" ?>
1111
<?define ProdName = "Microsoft .NET Micro Framework Test Kit SDK $(var.ProdVerMajorMinor)"?>
1212
<?define ProdUrl = "http://www.microsoft.com" ?>

0 commit comments

Comments
 (0)