Skip to content

Commit b25e8e0

Browse files
authored
Update Microsoft.Build dependency for Dev17.5 (#16897)
* Nuget.config * -PR.yaml, + update microsoft.build package version * update pipelines * update perl version * Nuget cache hash
1 parent ca9c5b9 commit b25e8e0

File tree

10 files changed

+794
-8
lines changed

10 files changed

+794
-8
lines changed

NuGet.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,12 @@
1313
<add key="dotnet7" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7/nuget/v3/index.json" />
1414
<add key="dotnet7-transport" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet7-transport/nuget/v3/index.json" />
1515
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
16+
<add key="nuget-build" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/nuget-build/nuget/v3/index.json" />
1617
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
18+
<add key="vssdk-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk-archived/nuget/v3/index.json" />
1719
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
20+
<add key="vs-impl-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl-archived/nuget/v3/index.json" />
21+
<add key="vs-buildservices" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
1822
</packageSources>
1923
<disabledPackageSources>
2024
<clear />

azure-pipelines-PR.yml

Lines changed: 776 additions & 0 deletions
Large diffs are not rendered by default.

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ stages:
142142
/p:PublishToSymbolServer=true
143143
/p:VisualStudioDropName=$(VisualStudioDropName)
144144
/p:GenerateSbom=true
145+
env:
146+
NativeToolsOnMachine: true
145147
- script: .\tests\EndToEndBuildTests\EndToEndBuildTests.cmd -c $(_BuildConfig)
146148
displayName: End to end build tests
147149
- task: PublishTestResults@2
@@ -341,6 +343,8 @@ stages:
341343
- checkout: self
342344
clean: true
343345
- script: eng\CIBuild.cmd -configuration $(_configuration) -$(_testKind)
346+
env:
347+
NativeToolsOnMachine: true
344348
displayName: Build / Test
345349
- task: PublishTestResults@2
346350
displayName: Publish Test Results
@@ -399,6 +403,8 @@ stages:
399403
- checkout: self
400404
clean: true
401405
- script: eng\CIBuild.cmd -compressallmetadata -configuration $(_configuration) -$(_testKind)
406+
env:
407+
NativeToolsOnMachine: true
402408
displayName: Build / Test
403409
- task: PublishTestResults@2
404410
displayName: Publish Test Results

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!-- F# Version components -->
1616
<FSMajorVersion>7</FSMajorVersion>
1717
<FSMinorVersion>0</FSMinorVersion>
18-
<FSBuildVersion>201</FSBuildVersion>
18+
<FSBuildVersion>202</FSBuildVersion>
1919
<FSRevisionVersion>0</FSRevisionVersion>
2020
<!-- -->
2121
<!-- F# Language version -->
@@ -102,7 +102,7 @@
102102
<MicrosoftVisualStudioShellPackagesVersion>17.5.0-preview-1-33020-520</MicrosoftVisualStudioShellPackagesVersion>
103103
<VisualStudioProjectSystemPackagesVersion>17.5.202-pre-g89e17c9f72</VisualStudioProjectSystemPackagesVersion>
104104
<MicrosoftVisualStudioThreadingPackagesVersion>17.4.27</MicrosoftVisualStudioThreadingPackagesVersion>
105-
<MicrosoftBuildOverallPackagesVersion>17.4.0-preview-22469-04</MicrosoftBuildOverallPackagesVersion>
105+
<MicrosoftBuildOverallPackagesVersion>17.5.0</MicrosoftBuildOverallPackagesVersion>
106106
<!-- Roslyn packages -->
107107
<MicrosoftCodeAnalysisEditorFeaturesVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesVersion>
108108
<MicrosoftCodeAnalysisEditorFeaturesTextVersion>$(RoslynVersion)</MicrosoftCodeAnalysisEditorFeaturesTextVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"xcopy-msbuild": "17.3.1"
1616
},
1717
"native-tools": {
18-
"perl": "5.32.1.1"
18+
"perl": "5.38.0.1"
1919
},
2020
"msbuild-sdks": {
2121
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22554.2",

tests/fsharp/core/printing/output.1000.stdout.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2765,7 +2765,7 @@ val ShortName: string = "hi"
27652765
> val list2: int list = [1]
27662766

27672767
module FSI_0317.
2768-
C6f6ae524efb4d95b2b2eaa363022f9d4a28c777f788498ca81a55b9ec1aad1a
2768+
1b7a9d320091d10fbac9691c10ee13bed243d3b01c7fe995d7b24c6c073f5ea7
27692769

27702770
{"ImmutableField0":6}
27712771
type R1 =

tests/fsharp/core/printing/output.200.stdout.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ val ShortName: string = "hi"
20102010
> val list2: int list = [1]
20112011

20122012
module FSI_0317.
2013-
C6f6ae524efb4d95b2b2eaa363022f9d4a28c777f788498ca81a55b9ec1aad1a
2013+
1b7a9d320091d10fbac9691c10ee13bed243d3b01c7fe995d7b24c6c073f5ea7
20142014

20152015
{"ImmutableField0":6}
20162016
type R1 =

tests/fsharp/core/printing/output.multiemit.stdout.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6312,7 +6312,7 @@ val ShortName: string = "hi"
63126312
> val list2: int list = [1]
63136313

63146314
module FSI_0316.
6315-
C6f6ae524efb4d95b2b2eaa363022f9d4a28c777f788498ca81a55b9ec1aad1a
6315+
1b7a9d320091d10fbac9691c10ee13bed243d3b01c7fe995d7b24c6c073f5ea7
63166316

63176317
{"ImmutableField0":6}
63186318
type R1 =

tests/fsharp/core/printing/output.off.stdout.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,7 @@ val ShortName: string = "hi"
17791779
> val list2: int list
17801780

17811781
module FSI_0317.
1782-
C6f6ae524efb4d95b2b2eaa363022f9d4a28c777f788498ca81a55b9ec1aad1a
1782+
1b7a9d320091d10fbac9691c10ee13bed243d3b01c7fe995d7b24c6c073f5ea7
17831783

17841784
{"ImmutableField0":6}
17851785
type R1 =

tests/fsharp/core/printing/output.stdout.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6312,7 +6312,7 @@ val ShortName: string = "hi"
63126312
> val list2: int list = [1]
63136313

63146314
module FSI_0316.
6315-
C6f6ae524efb4d95b2b2eaa363022f9d4a28c777f788498ca81a55b9ec1aad1a
6315+
1b7a9d320091d10fbac9691c10ee13bed243d3b01c7fe995d7b24c6c073f5ea7
63166316

63176317
{"ImmutableField0":6}
63186318
type R1 =

0 commit comments

Comments
 (0)