* 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:
Shaopeng 2023-07-27 13:16:22 -07:00 коммит произвёл GitHub
Родитель ede71de1d6
Коммит ca09cfafcf
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 21 добавлений и 0 удалений

10
.github/workflows/codeql-analysis.yml поставляемый
Просмотреть файл

@ -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: