提交 1c457718 编写于 作者: M MaceWindu

pin .net sdk version

上级 5dfbc240
......@@ -17,7 +17,7 @@ jobs:
displayName: 'Install .NET'
inputs:
packageType: sdk
version: 7.x
version: 7.0.203
- task: PowerShell@2
inputs:
......
......@@ -22,7 +22,7 @@ steps:
displayName: 'Install .NET 7'
inputs:
packageType: sdk
version: 7.x
version: 7.0.203
condition: and(variables.title, succeeded())
- task: CmdLine@2
......
......@@ -22,7 +22,7 @@ steps:
displayName: 'Install .NET 7'
inputs:
packageType: sdk
version: 7.x
version: 7.0.203
condition: and(variables.title, succeeded())
- task: CmdLine@2
......
......@@ -31,7 +31,7 @@ steps:
displayName: 'Install .NET 7 (x86)'
inputs:
packageType: sdk
version: 7.x
version: 7.0.203
condition: and(variables.title, eq(variables.net70, 'true'), eq(variables.x86, 'true'), succeeded())
env:
PROCESSOR_ARCHITECTURE: x86
......@@ -40,7 +40,7 @@ steps:
displayName: 'Install .NET 7'
inputs:
packageType: sdk
version: 7.x
version: 7.0.203
condition: and(variables.title, succeeded())
- task: CmdLine@2
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册