зеркало из https://github.com/microsoft/jschema.git
jschema Fix build (#174)
* Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml 6 * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml 1 * Update azure-pipelines.yml2 * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml6 * Update azure-pipelines.yml7 * Update azure-pipelines.yml8 * Update azure-pipelines.yml * Update azure-pipelines.yml10 * Update codeql-analysis.yml
This commit is contained in:
Родитель
ede71de1d6
Коммит
ca09cfafcf
|
@ -22,6 +22,16 @@ jobs:
|
|||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: .NET Core 3.1.x sdk
|
||||
uses: actions/setup-dotnet@v3.2.0
|
||||
with:
|
||||
dotnet-version: 3.1.x
|
||||
|
||||
- name: .NET Core 6.0.x sdk
|
||||
uses: actions/setup-dotnet@v3.2.0
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
|
|
|
@ -5,6 +5,17 @@ pool:
|
|||
vmImage: 'windows-latest'
|
||||
|
||||
steps:
|
||||
- task: UseDotNet@2
|
||||
displayName: .NET Core 3.1 sdk
|
||||
inputs:
|
||||
version: "3.1.x"
|
||||
|
||||
- task: UseDotNet@2
|
||||
displayName: .NET Core 6.0 sdk
|
||||
inputs:
|
||||
version: "6.0.x"
|
||||
packageType: sdk
|
||||
|
||||
- task: BatchScript@1
|
||||
displayName: 'Run VsDevCmd.bat'
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче