Skip to content

Commit e6ee052

Browse files
authored
Update azure-pipelines.yml
1 parent 0aaffcd commit e6ee052

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

azure-pipelines.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
trigger:
77
- M3Core
88
- ModManager-Next
9+
- MergeMigration
910

1011
pool:
1112
vmImage: 'windows-2022'
@@ -14,7 +15,7 @@ variables:
1415
solution: '**/*.sln'
1516
buildPlatform: 'x64'
1617
buildConfiguration: 'WinAzureRelease'
17-
framework: 'net6.0'
18+
framework: 'net8.0'
1819

1920
resources:
2021
repositories:
@@ -32,17 +33,17 @@ steps: # Steps begin following this
3233

3334
# Mod Manager targets .NET 6
3435
- task: UseDotNet@2
35-
displayName: Install .NET 6.0 SDK
36+
displayName: Install .NET 8.0 SDK
3637
inputs:
3738
packageType: 'sdk'
38-
version: '6.0.x'
39+
version: '8.0.x'
3940

4041
# Required as LEC dual targets
41-
- task: UseDotNet@2
42-
displayName: Install .NET 7.0 SDK
43-
inputs:
44-
packageType: 'sdk'
45-
version: '7.0.x'
42+
#- task: UseDotNet@2
43+
# displayName: Install .NET 7.0 SDK
44+
# inputs:
45+
# packageType: 'sdk'
46+
# version: '7.0.x'
4647

4748
- task: DotNetCoreCLI@2
4849
displayName: Build M3

0 commit comments

Comments
 (0)