diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c78ca1cf1..6e962a714 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,21 +5,21 @@ Source-build uses transitive dependency resolution to determine correct build SHA of all product contributing repos. The order of dependencies is important and should not be modified without approval from dotnet/source-build-internal. --> - + https://github.com/dotnet/windowsdesktop - c805f1d0fd42909046af661edb02bcf1428ff304 + e9216a8057d1837fc2344fa36703ae8f9b49cc24 - + https://github.com/dotnet/windowsdesktop - c805f1d0fd42909046af661edb02bcf1428ff304 + e9216a8057d1837fc2344fa36703ae8f9b49cc24 - + https://github.com/dotnet/windowsdesktop - c805f1d0fd42909046af661edb02bcf1428ff304 + e9216a8057d1837fc2344fa36703ae8f9b49cc24 - + https://github.com/dotnet/windowsdesktop - c805f1d0fd42909046af661edb02bcf1428ff304 + e9216a8057d1837fc2344fa36703ae8f9b49cc24 https://github.com/dotnet/runtime @@ -91,26 +91,26 @@ 63c8031b6a6af5009b3c5bb4291fcc4c32b06b10 - + https://github.com/dotnet/sdk - 1d212f88bd92e3257fea744aba7199f872ee4989 + f4c11814251c66b510761dee510b9b16c956fe50 - + https://github.com/dotnet/sdk - 1d212f88bd92e3257fea744aba7199f872ee4989 + f4c11814251c66b510761dee510b9b16c956fe50 - + https://github.com/dotnet/sdk - 1d212f88bd92e3257fea744aba7199f872ee4989 + f4c11814251c66b510761dee510b9b16c956fe50 - + https://github.com/dotnet/sdk - 1d212f88bd92e3257fea744aba7199f872ee4989 + f4c11814251c66b510761dee510b9b16c956fe50 - + https://github.com/dotnet/sdk - 1d212f88bd92e3257fea744aba7199f872ee4989 + f4c11814251c66b510761dee510b9b16c956fe50 @@ -144,13 +144,13 @@ - + https://github.com/dotnet/winforms - e59c8abcf6e29b8b99a2efefec4133b1f94559af + 9c9b2e06a998f65638053fdd32cbd65c4cd1a64f - + https://github.com/dotnet/wpf - 6ffdf5ca7bdc28496c8b5533277705fba66483f4 + 9ef9cfb01e493f617202fd47a09c3403327933a4 https://github.com/dotnet/fsharp diff --git a/eng/Versions.props b/eng/Versions.props index 9ac1812a6..0f5e03034 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -47,11 +47,11 @@ - 9.0.0-preview.3.24168.11 + 9.0.0-preview.4.24176.1 - 9.0.0-preview.3.24168.12 + 9.0.0-preview.4.24177.1 @@ -80,9 +80,9 @@ - 9.0.100-preview.4.24177.2 - 9.0.100-preview.4.24177.2 - 9.0.100-preview.4.24177.2 + 9.0.100-preview.4.24177.10 + 9.0.100-preview.4.24177.10 + 9.0.100-preview.4.24177.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -106,10 +106,10 @@ - 9.0.0-preview.4.24176.1 - 9.0.0-preview.4.24176.1 - 9.0.0-preview.4.24176.1 - 9.0.0-preview.4.24176.1 + 9.0.0-preview.4.24177.1 + 9.0.0-preview.4.24177.1 + 9.0.0-preview.4.24177.1 + 9.0.0-preview.4.24177.1 diff --git a/eng/pipelines/templates/variables/vmr-build.yml b/eng/pipelines/templates/variables/vmr-build.yml index 656e928a0..65db5a955 100644 --- a/eng/pipelines/templates/variables/vmr-build.yml +++ b/eng/pipelines/templates/variables/vmr-build.yml @@ -45,7 +45,7 @@ variables: - name: poolImage_Mac value: macos-12 - name: poolImage_Windows - value: windows.vs2022.amd64.open + value: windows.vs2022preview.amd64.open - ${{ else }}: - ${{ if in(variables['Build.Reason'], 'PullRequest') }}: - name: defaultPoolName @@ -62,4 +62,4 @@ variables: - name: poolImage_Mac value: macos-13-arm64 - name: poolImage_Windows - value: windows.vs2022.amd64 + value: windows.vs2022preview.amd64 diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/LicenseScanTests.cs b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/LicenseScanTests.cs index 08951438b..4cab87bc8 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/LicenseScanTests.cs +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/LicenseScanTests.cs @@ -107,31 +107,7 @@ public class LicenseScanTests : TestBase private static readonly string[] s_ignoredFilePatterns = new string[] { - "*.bin", - "*.bmp", - "*.bson", - "*.db", - "*.dic", - "*.eot", - "*.gif", - "*.ico", - "*.jpg", - "*.il", "*.ildump", - "*.lss", - "*.nlp", - "*.otf", - "*.pdf", - "*.pfx", - "*.png", - "*.snk", - "*.ttf", - "*.vsd", - "*.vsdx", - "*.winmd", - "*.woff", - "*.woff2", - "*.xlsx", }; private readonly string _targetRepo; diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt index edbf642f0..f2f5e9e9c 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt @@ -274,13 +274,6 @@ src/vstest/src/Microsoft.TestPlatform.Extensions.BlameDataCollector/ProcDumpArgs src/vstest/src/package/Microsoft.CodeCoverage/ThirdPartyNoticesCodeCoverage.txt src/vstest/src/package/Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI/License.rtf -# -# winforms -# - -# ISSUE: Winforms repo bringing in a non-open source license (https://github.com/dotnet/source-build/issues/3772) -src/winforms/src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/LICENSE.txt - # # wpf # diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index c6a44e0a3..b77e4dfcd 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -167,7 +167,9 @@ "defaultRemote": "https://github.com/microsoft/vstest", "exclude": [ // Non-OSS license used in VS specific build configurations. - "src/package/licenses/LICENSE_VS.txt" + // Non-OSS license - https://github.com/dotnet/source-build/issues/4255 + "src/package/licenses/LICENSE_VS.txt", + "test/Microsoft.TestPlatform.CoreUtilities.UnitTests/TestAssets/dotnetWinX86.exe" ] }, { @@ -186,7 +188,11 @@ }, { "name": "winforms", - "defaultRemote": "https://github.com/dotnet/winforms" + "defaultRemote": "https://github.com/dotnet/winforms", + "exclude": [ + // Non-OSS license - https://github.com/dotnet/source-build/issues/3772 + "src/System.Windows.Forms/tests/IntegrationTests/DesignSurface/**" + ] }, { "name": "wpf",